Erweitern Minimieren
Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

ClassName Element for ContentFormatter (ADF)

SQL Server 2005

Aktualisiert: 14. April 2006

Specifies the class name of the class that provides the content formatter functionality.


<NotificationClasses>
    <NotificationClass>
        ...
        <ContentFormatter>
            <ClassName>

Characteristic Description

Data type

string, between 1 and 512 characters in length.

Default value

None.

Occurrence

Required once per ContentFormatter node.

Updates

Can be modified, but not added or deleted, when updating the application.

Relationship Elements

Parent element

ContentFormatter Element (ADF)

Child elements

None.

Fully specify the class name. If the class is in a namespace, include the namespace.

If you are using the built-in XSLT content formatter, the class name must be XsltFormatter. For more information, see Definieren des XSLT-Inhaltsformatierers.

For more information about class naming guidelines, see Class Naming Guidelines at MSDN Online.

The following example shows how to specify that the class name is StringFormatter and the class is in the CustomFormatters namespace.

<ClassName>CustomFormatters.StringFormatter</ClassName>

Release History

14. April 2006

New content:
  • Added name of built-in XSLT content formatter.
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.