Condividi tramite


RegisterProviderAttribute Classe

Definizione

Quando applicato a un tipo, indica che il tipo è un provider e che deve essere registrato automaticamente.

[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
Ereditarietà
RegisterProviderAttribute
Attributi

Costruttori

RegisterProviderAttribute(String, String, String, Type)

Quando applicato a un tipo, indica che il tipo è un provider e che deve essere registrato automaticamente.

Proprietà

Kind

Ottiene il tipo del provider, ad esempio , "Clustering". "Reminders"

Name

Ottiene il nome del provider, "AzureTableStorage"ad esempio .

Target

Ottiene il tipo usato per configurare il provider, ad esempio , "Server""Client".

Type

Ottiene il tipo usato per configurare il provider.

Si applica a

Vedi anche