ExistsOnDtsServer Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see Application.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Function ExistsOnDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
) As Boolean
'Uso
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
Valor devuelto
Tipo: System. . :: . .Boolean
Implementa
IDTSApplication100. . :: . .ExistsOnDtsServer(String, String)