다음을 통해 공유


AssemblyName Element for HostedProvider (ADF)

Specifies the assembly that contains the class that implements the hosted event provider functionality.

구문

<Providers>
    <HostedProvider>
        ...
        <AssemblyName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 260 characters in length.

Default value

None.

Occurrence

Required once per HostedProvider element for custom components. Not used with Notification Services standard components.

Updates

Can be modified, but not added to or deleted from a hosted event provider, when updating the application.

Element Relationships

Relationship Elements

Parent element

HostedProvider Element (ADF)

Child elements

None.

주의

The value for AssemblyName must be either a fully-qualified path to the event provider assembly or a fully-qualified assembly name.

The following example shows a fully-qualified path to the event provider assembly.

<AssemblyName>C:\ProductionCode\WebFeedProvider.dll</AssemblyName>

The following example a fully-qualified assembly name.

<AssemblyName>WebFeedProvider, Version=1.0.1234.0, Culture=en-US, 
              PublicKeyToken=b77a5c561934e089c</AssemblyName>

참고 항목

참조

Application Definition File Reference

관련 자료

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

도움말 및 정보

SQL Server 2005 지원 받기