Condividi tramite


Metodo RemoveFromDtsServer

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

For more information, see ApplicationClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub RemoveFromDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
)
'Utilizzo
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
)

Parametri