次の方法で共有


StorageInfo.NewServerStorage メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
'使用
Dim host As String 
Dim returnValue As StorageInfo 

returnValue = StorageInfo.NewServerStorage(host)
public static StorageInfo NewServerStorage(
    string host
)
public:
static StorageInfo^ NewServerStorage(
    String^ host
)
static member NewServerStorage : 
        host:string -> StorageInfo
public static function NewServerStorage(
    host : String
) : StorageInfo

パラメーター

  • host
    型: System.String
    新しいパッケージ ストアが作成されるサーバーの名前。

戻り値

型: Microsoft.SqlServer.Dts.Runtime.StorageInfo
新しく作成されたパッケージ ストアを示す StorageInfo オブジェクト。

関連項目

参照

StorageInfo クラス

Microsoft.SqlServer.Dts.Runtime 名前空間