Freigeben über


CustomComponentViewHandlerAttribute-Konstruktor

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
'Usage
Dim instance As New CustomComponentViewHandlerAttribute()
public CustomComponentViewHandlerAttribute()
public:
CustomComponentViewHandlerAttribute()
new : unit -> CustomComponentViewHandlerAttribute
public function CustomComponentViewHandlerAttribute()

Beispiele

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

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

Siehe auch

Verweis

CustomComponentViewHandlerAttribute Klasse

Microsoft.SqlServer.Dts.Pipeline.Design-Namespace