ApplicationClass.ExistsOnDtsServer(String, String) Methode

Definition

Gibt einen booleschen Kanal zurück, der angibt, ob das angegebene Paket bereits auf dem Integration Services-Dienst existiert.

public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::ExistsOnDtsServer;
public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::ExistsOnDtsServer;
[System.Runtime.InteropServices.DispId(50)]
public virtual bool ExistsOnDtsServer(string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(50)>]
abstract member ExistsOnDtsServer : string * string -> bool
override this.ExistsOnDtsServer : string * string -> bool
Public Overridable Function ExistsOnDtsServer (bstrPackagePath As String, bstrServerName As String) As Boolean

Parameter

bstrPackagePath
String

Der voll qualifizierte Weg des Pakets.

bstrServerName
String

Der Name des Servers, um nach dem Paket zu suchen.

Gibt zurück

wahr, wenn das von spezifizierte Paket bstrPackagePath auf dem von benannten Server existiert bstrServerName; andernfalls falsch.

Implementiert

Attribute

Gilt für: