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 | |
---|---|---|
MultiFileConnectionManagerUIArgs() () () () | Initializes a new instance of the MultiFileConnectionManagerUIArgs class. | |
MultiFileConnectionManagerUIArgs(ICollection) | Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection. | |
MultiFileConnectionManagerUIArgs(String) | Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection. | |
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 | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
FileFilter | Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Ereditato da FileConnectionManagerUIArgs). | |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Ereditato da FileConnectionManagerUIArgs). |
In alto
Vedere anche