Share via


IDTSApplication100.ExistsOnDtsServer(String, String) Méthode

Définition

public:
 bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName);
[System.Runtime.InteropServices.DispId(50)]
public bool ExistsOnDtsServer (string bstrPackagePath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(50)>]
abstract member ExistsOnDtsServer : string * string -> bool
Public Function ExistsOnDtsServer (bstrPackagePath As String, bstrServerName As String) As Boolean

Paramètres

bstrPackagePath
String
bstrServerName
String

Retours

true si le package spécifié par bstrPackagePath existe sur le serveur nommé par bstrServerName; sinon, false.

Attributs

S’applique à