Partager via


Méthode StorageInfo.NewServerStorage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en 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

  • host
    Type : System.String
    The name of the server on which the new package store will be created.

Valeur de retour

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

Voir aussi

Référence

StorageInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime