Udostępnij za pośrednictwem


Metoda StorageInfo.NewServerStorage

Tworzy nową Integration Services pakiet magazynu, w którym oryginał lub uaktualniony Integration Services pakietów.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
'Użycie
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

Parametry

  • host
    Typ: System.String
    Nazwa serwera, na którym zostanie utworzony nowy magazyn pakiet.

Wartość zwracana

Typ: Microsoft.SqlServer.Dts.Runtime.StorageInfo
A StorageInfo obiekt, który określa nowo utworzony pakiet magazynu.