다음을 통해 공유


ApplicationClass.RemoveFromSQLServer(String, String, String, String) 메서드

정의

지정한 SQL Server 인스턴스에서 패키지를 제거합니다.

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)

매개 변수

bstrPackagePath
String

제거할 패키지의 이름입니다.

bstrServerName
String

SQL Server의 인스턴스 이름입니다.

bstrServerUserName
String

서버에 대해 인증할 때 사용할 사용자 이름입니다.

bstrServerPassword
String

bstrServerUserName 계정과 연결된 암호입니다.

구현

특성

적용 대상