Membros 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.
O tipo MultiFileConnectionManagerUIArgs expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
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ício
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
FileFilter | Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Herdado de FileConnectionManagerUIArgs.) |
![]() |
SupportedUsageTypes | Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Herdado de FileConnectionManagerUIArgs.) |
Início
Consulte também