MultiFileConnectionManagerUIArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class MultiFileConnectionManagerUIArgs : Microsoft::SqlServer::Dts::Runtime::Design::FileConnectionManagerUIArgs
public class MultiFileConnectionManagerUIArgs : Microsoft.SqlServer.Dts.Runtime.Design.FileConnectionManagerUIArgs
type MultiFileConnectionManagerUIArgs = class
inherit FileConnectionManagerUIArgs
Public Class MultiFileConnectionManagerUIArgs
Inherits FileConnectionManagerUIArgs
- Inheritance
Constructors
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, ICollection) |
Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types. |
MultiFileConnectionManagerUIArgs(String) |
Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection. |
Properties
FileFilter |
Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Inherited from FileConnectionManagerUIArgs) |
SupportedUsageTypes |
Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Inherited from FileConnectionManagerUIArgs) |