Classe PlugInAttribute
Generates runtime information about the PlugInAttribute custom attribute.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Attribute
Microsoft.AnalysisServices.AdomdServer..::..PlugInAttribute
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class PlugInAttribute _
Inherits Attribute
'Uso
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
O tipo PlugInAttribute expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PlugInAttribute | Initializes a new instance of the PlugInAttribute class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Finalizes an open instance of the PlugInAttribute class. | |
Equals | (Herdado de Attribute.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Attribute.) | |
GetType | (Herdado de Object.) | |
IsDefaultAttribute | (Herdado de Attribute.) | |
Match | (Herdado de Attribute.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
_Attribute. . :: . .GetIDsOfNames | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfo | (Herdado de Attribute.) | |
_Attribute. . :: . .GetTypeInfoCount | (Herdado de Attribute.) | |
_Attribute. . :: . .Invoke | (Herdado de Attribute.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.