Linguaggio

IDTSApplication100.ExistsOnDtsServer(String, String) Metodo

Definizione

Restituisce un booleano che indica se il pacchetto specificato esiste già sul servizio Integration Services.

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

Il percorso completamente qualificato del pacchetto.

bstrServerName
String

Il nome del server per cercare il pacchetto.

Valori restituiti

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

Attributi

Si applica a