Share via


NonHostedProvider Element (ADF)

Provides a location for defining a nonhosted (independent) event provider that submits events to the application.

Sintassi

<Providers>
    ...
    <NonHostedProvider>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once or more per Providers element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Providers Element (ADF)

Child elements

ProviderName Element for NonHostedProvider (ADF)

Osservazioni

Notification Services does not interoperate with nonhosted event providers. The name is used to track the source of events for administration and reporting.

Esempio

The following example shows the definition of a nonhosted event provider named EventWatcher.

<NonHostedProvider>
    <ProviderName>EventWatcher</ProviderName>
</NonHostedProvider>

Vedere anche

Riferimento

Application Definition File Reference

Altre risorse

Definizione di provider di eventi hosted
Aggiornamento di istanze e applicazioni

Guida in linea e informazioni

Assistenza su SQL Server 2005