StorageInfo.NewServerStorage(String) メソッド

定義

元の Integration Services パッケージまたはアップグレードされた Integration Services パッケージを含む新しい Integration Services パッケージ ストアを作成します。

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 オブジェクト。

適用対象