Partilhar via


Membros FileConnectionManagerUIArgs

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

O tipo FileConnectionManagerUIArgs expõe os seguintes membros.

Construtores

  Nome Descrição
Método público FileConnectionManagerUIArgs() () () () Initializes a new instance of the FileConnectionManagerUIArgs class.
Método público FileConnectionManagerUIArgs(ICollection) Initializes a new instance of the FileConnectionManagerUIArgs class using a collection of usage types specific to this connection.
Método público FileConnectionManagerUIArgs(String) Initializes a new instance of the FileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Método público FileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the FileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection.
Propriedade pública SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType.

Início