Compartir a través de


RegisterProviderAttribute Clase

Definición

Cuando se aplica a un tipo, indica que el tipo es un proveedor y que se debe registrar automáticamente.

[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
Herencia
RegisterProviderAttribute
Atributos

Constructores

RegisterProviderAttribute(String, String, String, Type)

Cuando se aplica a un tipo, indica que el tipo es un proveedor y que se debe registrar automáticamente.

Propiedades

Kind

Obtiene el tipo del proveedor, por ejemplo, "Clustering", "Reminders".

Name

Obtiene el nombre del proveedor, por ejemplo, "AzureTableStorage".

Target

Obtiene el tipo utilizado para configurar el proveedor, por ejemplo, "Server", "Client".

Type

Obtiene el tipo utilizado para configurar el proveedor.

Se aplica a

Consulte también