Поделиться через


Класс 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.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime.Design. . :: . .ConnectionManagerUIArgs
    Microsoft.SqlServer.Dts.Runtime.Design. . :: . .FileConnectionManagerUIArgs
      Microsoft.SqlServer.Dts.Runtime.Design..::..MultiFileConnectionManagerUIArgs

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Public Class MultiFileConnectionManagerUIArgs _
    Inherits FileConnectionManagerUIArgs
'Применение
Dim instance As MultiFileConnectionManagerUIArgs
public class MultiFileConnectionManagerUIArgs : FileConnectionManagerUIArgs
public ref class MultiFileConnectionManagerUIArgs : public FileConnectionManagerUIArgs
type MultiFileConnectionManagerUIArgs =  
    class
        inherit FileConnectionManagerUIArgs
    end
public class MultiFileConnectionManagerUIArgs extends FileConnectionManagerUIArgs

Тип 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.

В начало

Свойства

  Имя Описание
Открытое свойство 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.)

В начало

Методы

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

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.