NewServerStorage 方法
建立原始或升級 Integration Services 封裝所在的 Integration Services SSIS 封裝存放區。
命名空間: 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 物件,指定新建立的封裝存放區。