ContentFormatter Class

Represents a content formatter, which formats notifications for a specific notification class.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class ContentFormatter
    Inherits NamedSmoObject
public sealed class ContentFormatter : NamedSmoObject
public ref class ContentFormatter sealed : public NamedSmoObject
public final class ContentFormatter extends NamedSmoObject
public final class ContentFormatter extends NamedSmoObject

Замечания

Each notification class has one content formatter. The content formatter can perform different formatting based on notification field values.

The built-in XSLT content formatter can use different XSLT files based on the notification's subscriber device and locale. For more information about the standard XSLT content formatter, see Модуль форматирования данных XSLT.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
     Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Nmo.ContentFormatter

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace

Другие ресурсы

Настройка модулей форматирования данных
ContentFormatter Element (ADF)