Classe PlugInAttribute
Generates runtime information about the PlugInAttribute custom attribute.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Attribute
Microsoft.AnalysisServices.AdomdServer..::..PlugInAttribute
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class PlugInAttribute _
Inherits Attribute
'Utilisation
Dim instance As PlugInAttribute
public sealed class PlugInAttribute : Attribute
public ref class PlugInAttribute sealed : public Attribute
[<SealedAttribute>]
type PlugInAttribute =
class
inherit Attribute
end
public final class PlugInAttribute extends Attribute
Le type PlugInAttribute expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
PlugInAttribute | Initializes a new instance of the PlugInAttribute class. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Finalizes an open instance of the PlugInAttribute class. | |
Equals | (hérité de Attribute.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Attribute.) | |
GetType | (hérité de Object.) | |
IsDefaultAttribute | (hérité de Attribute.) | |
Match | (hérité de Attribute.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (hérité de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (hérité de Attribute.) | |
_Attribute. . :: . .Invoke | (hérité de Attribute.) |
Haut de la page
Notes
To understand better about code attributing see the following references Extending Metadata Using Attributes, Attributes Overview, Writing Custom Attributes, and Retrieving Information Stored in Attributes.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.