다음을 통해 공유


RegisterProviderAttribute 클래스

정의

형식에 적용된 경우 는 형식이 공급자이며 자동으로 등록되어야 임을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RegisterProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RegisterProviderAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterProviderAttribute
Inherits Attribute
상속
RegisterProviderAttribute
특성

생성자

RegisterProviderAttribute(String, String, String, Type)

형식에 적용된 경우 는 형식이 공급자이며 자동으로 등록되어야 임을 나타냅니다.

속성

Kind

공급자의 종류(예: , )"Reminders""Clustering"가져옵니다.

Name

공급자 이름(예: )을 "AzureTableStorage"가져옵니다.

Target

공급자를 구성하는 데 사용되는 형식(예: , )"Client""Server"가져옵니다.

Type

공급자를 구성하는 데 사용되는 형식을 가져옵니다.

적용 대상

추가 정보