Partager via


NewServerStorage méthode

Crée un magasin de packages Integration Services dans lequel stocker les packages Integration Services d'origine ou mis à niveau.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Shared Function NewServerStorage ( _
    host As String _
) As StorageInfo
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
Objet StorageInfo qui spécifie le magasin de packages nouvellement créé.