RemoveFromDtsServer メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
詳細については、「ApplicationClass」を参照してください。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Sub RemoveFromDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
)
'使用
Dim instance As IDTSApplication100
Dim bstrPackagePath As String
Dim bstrServerName As String
instance.RemoveFromDtsServer(bstrPackagePath, _
bstrServerName)
void RemoveFromDtsServer(
string bstrPackagePath,
string bstrServerName
)
void RemoveFromDtsServer(
[InAttribute] String^ bstrPackagePath,
[InAttribute] String^ bstrServerName
)
abstract RemoveFromDtsServer :
bstrPackagePath:string *
bstrServerName:string -> unit
function RemoveFromDtsServer(
bstrPackagePath : String,
bstrServerName : String
)