StorageInfo.NewSqlStorage(String, String, String) Metodo

Definizione

Crea un nuovo database 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 la connessione al database.

password
String

La password stringa che SQL Server'autenticazione richiede la connessione al database.

Restituisce

Oggetto StorageInfo che specifica il database SQL Server.

Commenti

Se il username parametro non è impostato, Integration Services usa autenticazione di Windows per connettersi al server.

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

Si applica a