ApplicationClass.RemoveFromDtsServer(String, String) 方法

定义

public:
 virtual void RemoveFromDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::RemoveFromDtsServer;
[System.Runtime.InteropServices.DispId(48)]
public virtual void RemoveFromDtsServer (string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(48)>]
abstract member RemoveFromDtsServer : string * string -> unit
override this.RemoveFromDtsServer : string * string -> unit
Public Overridable Sub RemoveFromDtsServer (bstrPackagePath As String, bstrServerName As String)

参数

bstrPackagePath
String
bstrServerName
String

实现

属性

适用于