RegisterProviderAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 , |
Name |
Ottiene il nome del provider, |
Target |
Ottiene il tipo usato per configurare il provider, ad esempio , |
Type |
Ottiene il tipo usato per configurare il provider. |