Compartir a través de


IDTSApplication100.ExistsOnDtsServer Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Returns a Boolean that indicates whether the specified package already exists on the Integration Services service.

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

Parámetros

  • bstrPackagePath
    Tipo: System.String
    The fully qualified path of the package.
  • bstrServerName
    Tipo: System.String
    The name of the server to search for the package.

Valor devuelto

Tipo: System.Boolean
true if the package specified by bstrPackagePath exists on the server named by bstrServerName; otherwise, false.

Vea también

Referencia

IDTSApplication100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper