PlugInAttribute Class

Generates runtime information about the PlugInAttribute custom attribute.

Inheritance Hierarchy

Object
  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
Public method PlugInAttribute Initializes a new instance of the PlugInAttribute class.

Top

Properties

  Name Description
Public property TypeId (Inherited from Attribute.)

Top

Methods

  Name Description
Public method {dtor} Finalizes an open instance of the PlugInAttribute class.
Public method Equals (Inherited from Attribute.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method System#Runtime#InteropServices#_Attribute#GetIDsOfNames (Inherited from Attribute.)
Explicit interface implemetationPrivate method System#Runtime#InteropServices#_Attribute#GetTypeInfo (Inherited from Attribute.)
Explicit interface implemetationPrivate method System#Runtime#InteropServices#_Attribute#GetTypeInfoCount (Inherited from Attribute.)
Explicit interface implemetationPrivate method System#Runtime#InteropServices#_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.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace