Compartir a través de


MultiFileConnectionManagerUIArgs Miembros

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.

El tipo MultiFileConnectionManagerUIArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MultiFileConnectionManagerUIArgs() () () () Initializes a new instance of the MultiFileConnectionManagerUIArgs class.
Método publico MultiFileConnectionManagerUIArgs(ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection.
Método publico MultiFileConnectionManagerUIArgs(String) Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Método publico MultiFileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Se hereda de FileConnectionManagerUIArgs).
Propiedad pública SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Se hereda de FileConnectionManagerUIArgs).

Principio