FileConnectionManagerUIArgs 类

定义

提供 SSIS 设计器在创建或编辑“文件”连接管理器时显示在“文件连接管理器编辑器”中的参数的上下文。

public ref class FileConnectionManagerUIArgs : Microsoft::SqlServer::Dts::Runtime::Design::ConnectionManagerUIArgs
public class FileConnectionManagerUIArgs : Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs
type FileConnectionManagerUIArgs = class
    inherit ConnectionManagerUIArgs
Public Class FileConnectionManagerUIArgs
Inherits ConnectionManagerUIArgs
继承
FileConnectionManagerUIArgs
派生

构造函数

FileConnectionManagerUIArgs()

初始化 FileConnectionManagerUIArgs 类的新实例。

FileConnectionManagerUIArgs(ICollection)

使用特定于此连接的用法类型的集合初始化 FileConnectionManagerUIArgs 类的新实例。

FileConnectionManagerUIArgs(String)

使用 String 初始化类的新实例 FileConnectionManagerUIArgs ,以指定此连接有效的文件类型。

FileConnectionManagerUIArgs(String, ICollection)

初始化 FileConnectionManagerUIArgs 类的新实例,同时初始化文件类型筛选器和用法类型。

属性

FileFilter

获取或设置一个管道分隔的字符串,其中包含对连接有效的文件类型。

SupportedUsageTypes

获取或设置一个集合,该集合包含可用的用法类型。 在 DTSFileConnectionUsageType 中定义有效的用法类型。

适用于