Compartir a través de


IDTSApplication100.ExistsOnDtsServer(String, String) Método

Definición

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

Parámetros

bstrPackagePath
String
bstrServerName
String

Devoluciones

True si el paquete especificado por bstrPackagePath existe en el servidor denominado por bstrServerName; en caso contrario, false.

Atributos

Se aplica a