共用方式為


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

取得用來設定提供者的類型。

適用於

另請參閱