Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of a CustomComponentViewHandlerAttribute.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Design
Сборка: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Синтаксис
'Декларация
Public Sub New
public CustomComponentViewHandlerAttribute ()
public:
CustomComponentViewHandlerAttribute ()
public CustomComponentViewHandlerAttribute ()
public function CustomComponentViewHandlerAttribute ()
Замечания
The default constructor initializes any fields to their default values.
Пример
The following sample shows the CustomComponentViewHandlerAttribute attribute applied to a class.
[CustomComponentViewHandler]
public class MyComponentUI
{
...
]
<CustomComponentViewHandler> _
Public Class MyComponentUI
...
End Class
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
CustomComponentViewHandlerAttribute Class
CustomComponentViewHandlerAttribute Members
Microsoft.SqlServer.Dts.Pipeline.Design Namespace