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

获取提供程序的类型,例如 "Clustering""Reminders"

Name

获取提供程序名称,例如 "AzureTableStorage"

Target

获取用于配置提供程序的类型,例如 "Server""Client"

Type

获取用于配置提供程序的类型。

适用于

另请参阅