ContentFormatter Class

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

Espace de noms: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
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

Notes

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 Module de formatage de contenu 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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace

Autres ressources

Configuration des modules de formatage de contenu
ContentFormatter Element (ADF)