Condividi tramite


Membri 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.

Il tipo MultiFileConnectionManagerUIArgs espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MultiFileConnectionManagerUIArgs() () () () Initializes a new instance of the MultiFileConnectionManagerUIArgs class.
Metodo pubblico MultiFileConnectionManagerUIArgs(ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection.
Metodo pubblico MultiFileConnectionManagerUIArgs(String) Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Metodo pubblico MultiFileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Ereditato da FileConnectionManagerUIArgs).
Proprietà pubblica SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Ereditato da FileConnectionManagerUIArgs).

In alto