Jaa


CustomComponentViewHandlerAttribute Constructor

Initializes a new instance of a CustomComponentViewHandlerAttribute.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntax

'Declaration
Public Sub New
public CustomComponentViewHandlerAttribute ()
public:
CustomComponentViewHandlerAttribute ()
public CustomComponentViewHandlerAttribute ()
public function CustomComponentViewHandlerAttribute ()

Remarks

The default constructor initializes any fields to their default values.

Example

The following sample shows the CustomComponentViewHandlerAttribute attribute applied to a class.

[CustomComponentViewHandler]
public class MyComponentUI
{
   ...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
  ...
End Class

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

CustomComponentViewHandlerAttribute Class
CustomComponentViewHandlerAttribute Members
Microsoft.SqlServer.Dts.Pipeline.Design Namespace