ContentFormatter Class
Represents a content formatter, which formats notifications for a specific notification class.
Spazio dei nomi: Microsoft.SqlServer.Management.Nmo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
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
Osservazioni
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 Formattatore del contenuto 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
Thread Safety
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.
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
ContentFormatter Members
Microsoft.SqlServer.Management.Nmo Namespace
Altre risorse
Configurazione dei formattatori del contenuto
ContentFormatter Element (ADF)