Partager via


NewSqlStorage méthode

Crée une base de données MicrosoftSQL Server dans laquelle 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 NewSqlStorage ( _
    host As String, _
    username As String, _
    password As String _
) As StorageInfo
'Utilisation
Dim host As String
Dim username As String
Dim password As String
Dim returnValue As StorageInfo

returnValue = StorageInfo.NewSqlStorage(host, _
    username, password)
public static StorageInfo NewSqlStorage(
    string host,
    string username,
    string password
)
public:
static StorageInfo^ NewSqlStorage(
    String^ host, 
    String^ username, 
    String^ password
)
static member NewSqlStorage : 
        host:string * 
        username:string * 
        password:string -> StorageInfo 
public static function NewSqlStorage(
    host : String, 
    username : String, 
    password : String
) : StorageInfo

Paramètres

  • username
    Type : System. . :: . .String
    Nom d'utilisateur requis par l'authentification SQL Server pour la connexion à la base de données.
  • password
    Type : System. . :: . .String
    Mot de passe sous forme de chaîne requis par l'authentification SQL Server pour la connexion à la base de données.

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime. . :: . .StorageInfo
Objet StorageInfo qui spécifie la base de données SQL Server.

Notes

Si le paramètre username n'est pas défini, Integration Services utilise l'authentification Windows pour la connexion au serveur.

Si le paramètre username est défini, le paramètre password doit être défini.