Condividi tramite


Metodo NewServerStorage

Crea una nuovo archivio per i pacchetti Integration Services in cui verranno archiviati i pacchetti Integration Services originali o aggiornati.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

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

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
Oggetto StorageInfo che specifica il nuovo archivio pacchetti creato.