ApplicationClass.ExistsOnSQLServer(String, String, String, String) Méthode

Définition

public:
 virtual bool ExistsOnSQLServer(System::String ^ bstrPackagePath, System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSApplication100::ExistsOnSQLServer;
[System.Runtime.InteropServices.DispId(15)]
public virtual bool ExistsOnSQLServer (string bstrPackagePath, string bstrServerName, string bstrServerUserName, string bstrServerPassword);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member ExistsOnSQLServer : string * string * string * string -> bool
override this.ExistsOnSQLServer : string * string * string * string -> bool
Public Overridable Function ExistsOnSQLServer (bstrPackagePath As String, bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String) As Boolean

Paramètres

bstrPackagePath
String
bstrServerName
String
bstrServerUserName
String
bstrServerPassword
String

Retours

true si le package existe sur l’instance spécifiée de SQL Server. false si le package n’existe pas .

Implémente

Attributs

S’applique à