Share via


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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs
    Microsoft.SqlServer.Dts.Runtime.Design.FileConnectionManagerUIArgs
      Microsoft.SqlServer.Dts.Runtime.Design.MultiFileConnectionManagerUIArgs

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

Syntax

'Declaration
Public Class MultiFileConnectionManagerUIArgs _
    Inherits FileConnectionManagerUIArgs
'Usage
Dim instance As MultiFileConnectionManagerUIArgs
public class MultiFileConnectionManagerUIArgs : FileConnectionManagerUIArgs
public ref class MultiFileConnectionManagerUIArgs : public FileConnectionManagerUIArgs
type MultiFileConnectionManagerUIArgs =  
    class 
        inherit FileConnectionManagerUIArgs 
    end
public class MultiFileConnectionManagerUIArgs extends FileConnectionManagerUIArgs

The MultiFileConnectionManagerUIArgs type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property FileFilter Gets or sets a pipe-delimited String containing the file types that are valid for the connection. (Inherited from FileConnectionManagerUIArgs.)
Public property SupportedUsageTypes Gets or sets a collection containing the available usage types. Valid usage types are defined in DTSFileConnectionUsageType. (Inherited from FileConnectionManagerUIArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Design Namespace