StorageInfo.NewServerStorage(String) 方法

定义

创建一个新的 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 对象。

适用于