Condividi tramite


ApplicationClass.ExistsOnDtsServer(String, String) Metodo

Definizione

public:
 virtual bool ExistsOnDtsServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSApplication100::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

Parametri

bstrPackagePath
String
bstrServerName
String

Restituisce

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

Implementazioni

Attributi

Si applica a