言語

StorageInfo.NewServerStorage(String) メソッド

定義

元のまたはアップグレードされた統合サービスパッケージを新しい統合サービスパッケージストアに作成します。

public:
 static Microsoft::SqlServer::Dts::Runtime::StorageInfo ^ NewServerStorage(System::String ^ host);
public static Microsoft.SqlServer.Dts.Runtime.StorageInfo NewServerStorage(string host);
static member NewServerStorage : string -> Microsoft.SqlServer.Dts.Runtime.StorageInfo
Public Shared Function NewServerStorage (host As String) As StorageInfo

パラメーター

host
String

新しいパッケージストアが作成されるサーバー名。

返品

新たに作成されたパッケージストアを指定する StorageInfo オブジェクトです。

適用対象