Partager via


Constructeur CustomComponentViewHandlerAttribute

Initializes a new instance of a CustomComponentViewHandlerAttribute.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public Sub New
'Utilisation
Dim instance As New CustomComponentViewHandlerAttribute()
public CustomComponentViewHandlerAttribute()
public:
CustomComponentViewHandlerAttribute()
new : unit -> CustomComponentViewHandlerAttribute
public function CustomComponentViewHandlerAttribute()

Exemples

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

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

Voir aussi

Référence

CustomComponentViewHandlerAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Design