IDTSApplication100.ExistsOnDtsServer(String, String) Metodo

Definizione

Restituisce un valore booleano che indica se il pacchetto specificato esiste già nel 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

Percorso completo del pacchetto.

bstrServerName
String

Nome del server in cui cercare il pacchetto.

Restituisce

Boolean

true se il pacchetto specificato da bstrPackagePath esiste nel server denominato da bstrServerName ; in caso contrario, false.

Attributi

Si applica a