Linguaggio

IDTSApplication100.RemoveFromSQLServer(String, String, String, String) Metodo

Definizione

Rimuove un pacchetto dall'istanza specificata di SQL Server.

public:
 void RemoveFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword);
[System.Runtime.InteropServices.DispId(11)]
public void RemoveFromSQLServer(string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member RemoveFromSQLServer : string * string * string * string -> unit
Public Sub RemoveFromSQLServer (bstrPackagePath As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)

Parametri

bstrPackagePath
String

Il nome del pacco da rimuovere.

bstrServerName
String

Nome dell'istanza di SQL Server.

bstrServerUserName
String

Il nome utente da usare quando si autentica contro il server.

bstrServerPassword
String

La password associata all'account bstrServerUserName .

Attributi

Si applica a