PlugInAttribute Class
Generates runtime information about the PlugInAttribute custom attribute.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.AnalysisServices.AdomdServer.PlugInAttribute
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class PlugInAttribute _
Inherits Attribute
'Usage
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
The PlugInAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlugInAttribute | Initializes a new instance of the PlugInAttribute class. |
Top
Methods
Name | Description | |
---|---|---|
{dtor} | Finalizes an open instance of the PlugInAttribute class. | |
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.