SubscriptionClasses Element (ADF)

Contains the definition of one or more subscription classes.

语法

<Application>
    ...
    <SubscriptionClasses>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once per Application element.

Updates

Cannot be added or deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

SubscriptionClass Element (ADF)

示例

The following example shows a how include multiple subscription classes in an application. The definitions for each subscription class are not shown here. For an example of a subscription class, see SubscriptionClass Element (ADF).

<SubscriptionClasses>
    <SubscriptionClass>
        <!-- Define the first subscription class. -->
    </SubscriptionClass>
    <SubscriptionClass>
        <!-- Define the second subscription class. -->
    </SubscriptionClass>
</SubscriptionClasses>

请参阅

参考

Application Definition File Reference

其他资源

定义核心订阅类
更新实例和应用程序

帮助和信息

获取 SQL Server 2005 帮助