Metodo ExistsOnDtsServer
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see ApplicationClass.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function ExistsOnDtsServer ( _
bstrPackagePath As String, _
bstrServerName As String _
) As Boolean
'Utilizzo
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
Valore restituito
Tipo: System. . :: . .Boolean
Vedere anche