共用方式為


StorageInfo.NewServerStorage 方法

Creates a new Integration Services package store in which the original or the upgraded packages.

命名空間:  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
    The name of the server on which the new package store will be created.

傳回值

型別:Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo object that specifies the newly created package store.

請參閱

參考

StorageInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間