Freigeben über


NewServerStorage-Methode

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
'Usage
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

Parameter

Rückgabewert

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