Элементы MultiFileConnectionManagerUIArgs

Provides the context of arguments that the SSIS Designer displays in the Multifile Connection Manager Editor when creating or editing File connection managers that can reference multiple files.

Тип MultiFileConnectionManagerUIArgs предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MultiFileConnectionManagerUIArgs() () () () Initializes a new instance of the MultiFileConnectionManagerUIArgs class.
Открытый метод MultiFileConnectionManagerUIArgs(ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection.
Открытый метод MultiFileConnectionManagerUIArgs(String) Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Открытый метод MultiFileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Наследуется из FileConnectionManagerUIArgs.)
Открытое свойство SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Наследуется из FileConnectionManagerUIArgs.)

В начало