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


Класс FileConnectionManagerUIArgs

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

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

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 FileConnectionManagerUIArgs _
    Inherits ConnectionManagerUIArgs
'Применение
Dim instance As FileConnectionManagerUIArgs
public class FileConnectionManagerUIArgs : ConnectionManagerUIArgs
public ref class FileConnectionManagerUIArgs : public ConnectionManagerUIArgs
type FileConnectionManagerUIArgs =  
    class
        inherit ConnectionManagerUIArgs
    end
public class FileConnectionManagerUIArgs extends ConnectionManagerUIArgs

Тип FileConnectionManagerUIArgs обеспечивает доступ к следующим элементам.

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

  Имя Описание
Открытый метод FileConnectionManagerUIArgs() () () () Initializes a new instance of the FileConnectionManagerUIArgs class.
Открытый метод FileConnectionManagerUIArgs(ICollection) Initializes a new instance of the FileConnectionManagerUIArgs class using a collection of usage types specific to this connection.
Открытый метод FileConnectionManagerUIArgs(String) Initializes a new instance of the FileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Открытый метод FileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the FileConnectionManagerUIArgs 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.
Открытое свойство SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType.

В начало

Методы

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

В начало

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

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