ApplicationClass.RemoveFromSQLServer(String, String, String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove un pacchetto dall'istanza di SQL Server specificata.
public:
virtual void RemoveFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::RemoveFromSQLServer;
public:
virtual void RemoveFromSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::RemoveFromSQLServer;
[System.Runtime.InteropServices.DispId(11)]
public virtual void RemoveFromSQLServer (string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member RemoveFromSQLServer : string * string * string * string -> unit
override this.RemoveFromSQLServer : string * string * string * string -> unit
Public Overridable Sub RemoveFromSQLServer (bstrPackagePath As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String)
Parametri
- bstrPackagePath
- String
Nome del pacchetto da rimuovere.
- bstrServerName
- String
Nome dell'istanza di SQL Server.
- bstrServerUserName
- String
Nome utente da utilizzare durante l'autenticazione nel server.
- bstrServerPassword
- String
Password associata all'account bstrServerUserName
.
Implementazioni
- Attributi