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 对象。