共用方式為


Providers Element (ADF)

Contains elements that define the event providers used by the application.

語法

<Application>
    ...
    <Providers>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per Application element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

HostedProvider Element (ADF)

NonHostedProvider Element (ADF)

備註

The Providers element contains definitions for all event providers, hosted and nonhosted, used by the application.

The Providers element is optional. If your application does not use event classes (meaning the event or subscription rules query other data sources for events), you do not need event providers.

範例

The following example shows how to define both a hosted event provider and a nonhosted event provider.

<Providers>
    <HostedProvider>
        <ProviderName>StockEP</ProviderName>
        <ClassName>StockData.StockProvider</ClassName>
        <AssemblyName>
        C:\EventProviders\CustomProviders\StockProvider.dll
        </AssemblyName>
        <SystemName>%SYSNAME%</SystemName>
        <Schedule>
            <StartTime>22:00:00</StartTime>
            <Interval>P0DT00H05M00S</Interval>
         </Schedule>
        <Arguments>
            <Argument>
                <Name>URL</Name>
                <Value>www.contoso.com/stockvalues</Value>
            </Argument>
        </Arguments>
    </HostedProvider>
    <NonHostedProvider>
        <ProviderName>EventWatcher</ProviderName>
    </NonHostedProvider>
</Providers>

請參閱

參考

Application Definition File Reference

其他資源

定義裝載的事件提供者
更新執行個體及應用程式

說明及資訊

取得 SQL Server 2005 協助