FolderExistsOnDtsServer 方法

此 API 支持 基础结构,但不能通过代码直接使用。

For more information, see Application.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Overridable Function FolderExistsOnDtsServer ( _
    bstrFolderName As String, _
    bstrServerName As String _
) As Boolean
用法
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

参数

返回值

类型:System. . :: . .Boolean

实现

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