StorageInfo.NewServerStorage(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 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 对象。