Método ExistsOnDtsServer
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .Boolean
Consulte também