다음을 통해 공유


Arguments Element for HostedProvider (ADF)

Provides a location for specifying initialization values for a hosted event provider.

구문

<Providers>
    <HostedProvider>
        ...
        <Arguments>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per HostedProvider element.

Updates

Can be added and deleted when updating an application.

Element Relationships

Relationship Elements

Parent element

HostedProvider Element (ADF)

Child elements

Argument Element for HostedProvider/Arguments (ADF)

주의

Each hosted event provider may use required and optional arguments. For example, the standard file system watcher event provider requires three arguments (such as WatchDirectory) and has four optional arguments. If you are using a standard event provider, arguments are described in the 표준 이벤트 공급자 section. If you are using a custom event provider, the provider should include documentation about its arguments.

The following example shows an Arguments element. Its child elements set initialization values for a hosted event provider.

<Arguments>
    <Argument>
        <Name>PickupFile</Name>
        <Value>C:\Output\events.txt</Value>
    </Argument>
    <Argument>
        <Name>OutputFileIncrement</Name>
        <Value>5</Value>
    <Argument>
</Arguments>

참고 항목

참조

Application Definition File Reference

관련 자료

호스팅된 이벤트 공급자 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기