语言

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 的密码。

实现

属性

适用于