次の方法で共有


最小限の ADF テンプレート

以下のアプリケーション定義ファイル (ADF) テンプレートは、アプリケーションをビルドするのに必要な最小限の ADF 要素を示しています。ただし、ここにはサブスクリプション クラスも、通知クラスも、通知を生成するルールも含まれていないため、このアプリケーションでは何も行われません。

ms145232.note(ja-jp,SQL.90).gifメモ :
この ADF は、%SystemName% パラメータの値をインスタンス構成ファイル (ICF) で指定すればコンパイルできます。

このテンプレートの内容はほぼ空で、Notification Services アプリケーションの開発に詳しい開発者が、新しいアプリケーションの開発を開始する際に使用することを想定して作られています。

このテンプレートをクリップボードにコピーするには、[コードのコピー] をクリックします。

<?xml version="1.0" encoding="utf-8" ?>
<Application xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="https://www.microsoft.com/MicrosoftNotificationServices/ApplicationDefinitionFileSchema">

    <!-- Version -->
    <!-- History -->
    <!-- Database Definition -->
    <!-- Event Classes -->

    <!-- Subscription Classes -->
    <SubscriptionClasses></SubscriptionClasses>

    <!-- Notification Classes -->
    <NotificationClasses></NotificationClasses>

    <!-- Event Providers -->

    <!-- Generator Settings -->
    <Generator>
        <SystemName>%SystemName%</SystemName>
    </Generator>

    <!-- Distributor Settings -->
    <Distributors>
        <Distributor>
            <SystemName>%SystemName%</SystemName>
        </Distributor>
    </Distributors>

    <!-- Application Execution Settings -->
    <!-- Important: At minimum, you should define
     a vacuuming schedule and turn off some or all
     distributor logging. -->

</Application>

参照

概念

完全な ADF テンプレート

その他の技術情報

Notification Services アプリケーションの定義
アプリケーション定義ファイルのテンプレート

ヘルプおよび情報

SQL Server 2005 の参考資料の入手