Udostępnij przez


Metoda IDTSApplication100.RemoveFromDtsServer

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat ApplicationClass.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Użycie
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
)

Parametry