Proprietà Perspective.Calculations

Gets the calculations for the perspective.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Calculations As PerspectiveCalculationCollection 
    Get
'Utilizzo
Dim instance As Perspective 
Dim value As PerspectiveCalculationCollection 

value = instance.Calculations
[BrowsableAttribute(false)]
public PerspectiveCalculationCollection Calculations { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveCalculationCollection^ Calculations {
    PerspectiveCalculationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Calculations : PerspectiveCalculationCollection
function get Calculations () : PerspectiveCalculationCollection

Valore proprietà

Tipo: Microsoft.AnalysisServices.PerspectiveCalculationCollection
A PerspectiveCalculationCollection object.

Vedere anche

Riferimento

Perspective Classe

Spazio dei nomi Microsoft.AnalysisServices