CustomComponentViewHandlerAttribute Constructor
Initializes a new instance of a CustomComponentViewHandlerAttribute.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Design
Assembly : Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Sintassi
'Dichiarazione
Public Sub New
public CustomComponentViewHandlerAttribute ()
public:
CustomComponentViewHandlerAttribute ()
public CustomComponentViewHandlerAttribute ()
public function CustomComponentViewHandlerAttribute ()
Osservazioni
The default constructor initializes any fields to their default values.
Esempio
The following sample shows the CustomComponentViewHandlerAttribute attribute applied to a class.
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CustomComponentViewHandlerAttribute Class
CustomComponentViewHandlerAttribute Members
Microsoft.SqlServer.Dts.Pipeline.Design Namespace