MultiFileConnectionManagerUIArgs Class

 

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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)


public ref class MultiFileConnectionManagerUIArgs : FileConnectionManagerUIArgs

NameDescription
System_CAPS_pubmethodMultiFileConnectionManagerUIArgs()

Initializes a new instance of the MultiFileConnectionManagerUIArgs class.

System_CAPS_pubmethodMultiFileConnectionManagerUIArgs(ICollection^)

Initializes a new instance of the MultiFileConnectionManagerUIArgs class, using a collection of DTSFileConnectionUsageType usage types specific to this connection.

System_CAPS_pubmethodMultiFileConnectionManagerUIArgs(String^)

Initializes a new instance of the MultiFileConnectionManagerUIArgs class using a String to specify what file types are valid for this connection.

System_CAPS_pubmethodMultiFileConnectionManagerUIArgs(String^, ICollection^)

Initializes a new instance of the MultiFileConnectionManagerUIArgs class, initializing both the file type filter and the usage types.

NameDescription
System_CAPS_pubpropertyFileFilter

Gets or sets a pipe-delimited String containing the file types that are valid for the connection.(Inherited from FileConnectionManagerUIArgs.)

System_CAPS_pubpropertySupportedUsageTypes

Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType.(Inherited from FileConnectionManagerUIArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: