CustomComponentViewHandlerAttribute 建構
Initializes a new instance of a CustomComponentViewHandlerAttribute.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Design
組件: Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)
語法
'宣告
Public Sub New
'用途
Dim instance As New CustomComponentViewHandlerAttribute()
public CustomComponentViewHandlerAttribute()
public:
CustomComponentViewHandlerAttribute()
new : unit -> CustomComponentViewHandlerAttribute
public function CustomComponentViewHandlerAttribute()
範例
The following sample shows the CustomComponentViewHandlerAttribute attribute applied to a class.
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class