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