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 | |
---|---|---|
ConnectionManagerUIArgs | Initializes a new instance of the ConnectionManagerUIArgs class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
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.