PlugInAttribute Class

Generates runtime information about the PlugInAttribute custom attribute.

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

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.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.AnalysisServices.AdomdServer.PlugInAttribute

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.