Udostępnij przez


Metoda ApplicationClass.FolderExistsOnDtsServer

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Application.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Public Overridable Function FolderExistsOnDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
) As Boolean
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Boolean

Implementacje

IDTSApplication100.FolderExistsOnDtsServer(String, String)