CustomComponentViewHandlerAttribute コンストラクター

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()

使用例

次のサンプルは、クラスに適用された CustomComponentViewHandlerAttribute 属性を示しています。

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