IDTSApplication100.ExistsOnDtsServer(String, String) Metodo

Definizione

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

Parametri

bstrPackagePath
String
bstrServerName
String

Valori restituiti

true se il pacchetto specificato da bstrPackagePath esiste sul server denominato da bstrServerName; altrimenti, false.

Attributi

Si applica a