StorageInfo.NewServerStorage(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
元の 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 オブジェクト。