Classe PlugInAttribute

Generates runtime information about the PlugInAttribute custom attribute.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PlugInAttribute _
    Inherits Attribute
'Utilizzo
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

Osservazioni

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.

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.