语言

FileConnectionManagerUIArgs 类

定义

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

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, ICollection)

初始化该类的新实例 FileConnectionManagerUIArgs ,同时初始化文件类型过滤器和使用类型。

FileConnectionManagerUIArgs(String)

使用字符串初始化该类的新实例 FileConnectionManagerUIArgs ,以指定该连接中有效的文件类型。

属性

名称 说明
FileFilter

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

SupportedUsageTypes

获取或设置包含可用使用类型的集合。 有效的使用类型定义于 DTSFileConnectionUsageType

适用于