Clase PlugInAttribute
Generates runtime information about the PlugInAttribute custom attribute.
Jerarquía de herencia
System.Object
System.Attribute
Microsoft.AnalysisServices.AdomdServer.PlugInAttribute
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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
El tipo PlugInAttribute expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PlugInAttribute | Initializes a new instance of the PlugInAttribute class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
TypeId | (Se hereda de Attribute.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Finalizes an open instance of the PlugInAttribute class. | |
Equals | (Se hereda de Attribute.) | |
GetHashCode | (Se hereda de Attribute.) | |
GetType | (Se hereda de Object.) | |
IsDefaultAttribute | (Se hereda de Attribute.) | |
Match | (Se hereda de Attribute.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
_Attribute.GetIDsOfNames | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfo | (Se hereda de Attribute.) | |
_Attribute.GetTypeInfoCount | (Se hereda de Attribute.) | |
_Attribute.Invoke | (Se hereda de Attribute.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.