Share via


Classe PerspectiveAttribute

Represents information about an attribute in a PerspectiveDimension element. This class cannot be inherited.

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

Sintassi

'Dichiarazione
<GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")> _
Public NotInheritable Class PerspectiveAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
Dim instance As PerspectiveAttribute
[GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")]
public sealed class PerspectiveAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")]
public ref class PerspectiveAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("1B4B4AC8-BA66-47c2-914E-F3ECABD54C05")>]
type PerspectiveAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class PerspectiveAttribute extends ModelComponent implements ICloneable

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..PerspectiveAttribute

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.