Partager via


Méthode ExistsOnDtsServer

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see Application.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Function ExistsOnDtsServer ( _
    bstrPackagePath As String, _
    bstrServerName As String _
) As Boolean
'Utilisation
Dim instance As ApplicationClass
Dim bstrPackagePath As String
Dim bstrServerName As String
Dim returnValue As Boolean

returnValue = instance.ExistsOnDtsServer(bstrPackagePath, _
    bstrServerName)
public virtual bool ExistsOnDtsServer(
    string bstrPackagePath,
    string bstrServerName
)
public:
virtual bool ExistsOnDtsServer(
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrServerName
)
abstract ExistsOnDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string -> bool 
override ExistsOnDtsServer : 
        bstrPackagePath:string * 
        bstrServerName:string -> bool 
public function ExistsOnDtsServer(
    bstrPackagePath : String, 
    bstrServerName : String
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean

Implémente

IDTSApplication100. . :: . .ExistsOnDtsServer(String, String)