IDTSApplication100.RemoveFromSQLServer(String, String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的 SQL Server 实例中移除一个包。
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)
参数
- bstrPackagePath
- String
要移除的包裹名称。
- bstrServerName
- String
SQL Server 实例的名称。
- bstrServerUserName
- String
在对服务器进行身份验证时使用的用户名。
- bstrServerPassword
- String
账户关联 bstrServerUserName 的密码。
- 属性