Compartilhar via


Método RemoveFromDtsServer

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

For more information, see ApplicationClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Uso
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
)

Parâmetros