Share via


ConnectionManagerUIArgs Class

Defines a base class for classes that provide the context of arguments that the SSIS Designer displays in the Connection Manager Editor when creating or editing connection managers. Currently the FILE and MULTIFILE connection manager editors support these parameters.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ConnectionManagerUIArgs
'Usage
Dim instance As ConnectionManagerUIArgs
public class ConnectionManagerUIArgs
public ref class ConnectionManagerUIArgs
type ConnectionManagerUIArgs =  class end
public class ConnectionManagerUIArgs

The ConnectionManagerUIArgs type exposes the following members.

Constructors

  Name Description
Public method ConnectionManagerUIArgs Initializes a new instance of the ConnectionManagerUIArgs class.

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

Fields

  Name Description
Public fieldStatic member Empty An empty ConnectionManagerUIArgs 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.