CustomComponentViewHandlerAttribute Oluşturucusu
Yeni bir başlatır örnek , bir CustomComponentViewHandlerAttribute.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Design
Derleme: Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design içinde.dll)
Sözdizimi
'Bildirim
Public Sub New
'Kullanım
Dim instance As New CustomComponentViewHandlerAttribute()
public CustomComponentViewHandlerAttribute()
public:
CustomComponentViewHandlerAttribute()
new : unit -> CustomComponentViewHandlerAttribute
public function CustomComponentViewHandlerAttribute()
Örnekler
Aşağıdaki örnek gösterir CustomComponentViewHandlerAttribute öznitelik sınıfa uygulanan
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class