Compartir a través de


FolderExistsOnDtsServer Método

Esta API admite la infraestructura de y no está prevista su utilización directa 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 FolderExistsOnDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
) As Boolean
'Uso
Dim instance As ApplicationClass
Dim bstrFolderName As String
Dim bstrServerName As String
Dim returnValue As Boolean

returnValue = instance.FolderExistsOnDtsServer(bstrFolderName, _
    bstrServerName)
public virtual bool FolderExistsOnDtsServer(
    string bstrFolderName,
    string bstrServerName
)
public:
virtual bool FolderExistsOnDtsServer(
    [InAttribute] String^ bstrFolderName, 
    [InAttribute] String^ bstrServerName
)
abstract FolderExistsOnDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> bool 
override FolderExistsOnDtsServer : 
        bstrFolderName:string * 
        bstrServerName:string -> bool 
public function FolderExistsOnDtsServer(
    bstrFolderName : String, 
    bstrServerName : String
) : boolean

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean

Implementa

IDTSApplication100. . :: . .FolderExistsOnDtsServer(String, String)