StorageInfo.NewSqlStorage(String, String, String) Metodo

Definizione

Consente di creare un nuovo database di Microsoft SQL Server in cui verranno archiviati i pacchetti originali o aggiornati.

public:
 static Microsoft::SqlServer::Dts::Runtime::StorageInfo ^ NewSqlStorage(System::String ^ host, System::String ^ username, System::String ^ password);
public static Microsoft.SqlServer.Dts.Runtime.StorageInfo NewSqlStorage (string host, string username, string password);
static member NewSqlStorage : string * string * string -> Microsoft.SqlServer.Dts.Runtime.StorageInfo
Public Shared Function NewSqlStorage (host As String, username As String, password As String) As StorageInfo

Parametri

host
String

Nome del server in cui vengono archiviati i pacchetti.

username
String

Il nome utente che SQL Server autenticazione richiede per la connessione al database.

password
String

La stringa passwordthat SQL Server autenticazione richiede per la connessione al database.

Restituisce

StorageInfo

StorageInfoOggetto che specifica il database SQL Server.

Commenti

Se il username parametro non è impostato, Integration Services USA l'autenticazione di Windows per la connessione al server.

Se il parametro username è impostato, è necessario che sia impostato anche il parametro password.

Si applica a