ExistsOnDtsServer Método
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see ApplicationClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function ExistsOnDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
) As Boolean
'Uso
Dim instance As IDTSApplication100
Dim bstrPackagePath As String
Dim bstrServerName As String
Dim returnValue As Boolean
returnValue = instance.ExistsOnDtsServer(bstrPackagePath, _
bstrServerName)
bool ExistsOnDtsServer(
string bstrPackagePath,
string bstrServerName
)
bool ExistsOnDtsServer(
[InAttribute] String^ bstrPackagePath,
[InAttribute] String^ bstrServerName
)
abstract ExistsOnDtsServer :
bstrPackagePath:string *
bstrServerName:string -> bool
function ExistsOnDtsServer(
bstrPackagePath : String,
bstrServerName : String
) : boolean
Valor devuelto
Tipo: System. . :: . .Boolean
Vea también