Freigeben über


MultiFileConnectionManagerUIArgs-Member

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.

Der MultiFileConnectionManagerUIArgs-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MultiFileConnectionManagerUIArgs() () () () Initializes a new instance of the MultiFileConnectionManagerUIArgs class.
Öffentliche Methode MultiFileConnectionManagerUIArgs(ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection.
Öffentliche Methode MultiFileConnectionManagerUIArgs(String) Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.
Öffentliche Methode MultiFileConnectionManagerUIArgs(String, ICollection) Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Geerbt von FileConnectionManagerUIArgs.)
Öffentliche Eigenschaft SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Geerbt von FileConnectionManagerUIArgs.)

Zum Anfang