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 帐户关联的密码。

实现

属性

适用于