IDTSApplication130.RemoveFromSQLServer(String, String, String, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- bstrPackagePath
- String
- bstrServerName
- String
- bstrServerUserName
- String
- bstrServerPassword
- String
Implementações
- Atributos