इसके माध्यम से साझा किया गया


IDTSApplication100.FolderExistsOnDtsServer Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ApplicationClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function FolderExistsOnDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
) As Boolean
'Usage
Dim instance As IDTSApplication100
Dim bstrFolderName As String
Dim bstrServerName As String
Dim returnValue As Boolean

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

Parameters

Return Value

Type: System.Boolean