Udostępnij przez


Metoda ApplicationClass.ExistsOnDtsServer

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 Application.

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

Składnia

'Deklaracja
Public Overridable Function ExistsOnDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
) As Boolean
'Użycie
Dim instance As ApplicationClass
Dim bstrPackagePath As String
Dim bstrServerName As String
Dim returnValue As Boolean

returnValue = instance.ExistsOnDtsServer(bstrPackagePath, _
    bstrServerName)
public virtual bool ExistsOnDtsServer(
    string bstrPackagePath,
    string bstrServerName
)
public:
virtual bool ExistsOnDtsServer(
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrServerName
)
abstract ExistsOnDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string -> bool 
override ExistsOnDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string -> bool 
public function ExistsOnDtsServer(
    bstrPackagePath : String, 
    bstrServerName : String
) : boolean

Parametry

Wartość zwracana

Typ: System.Boolean

Implementacje

IDTSApplication100.ExistsOnDtsServer(String, String)