PerspectiveCalculation.Type Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of PerspectiveCalculation.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
public PerspectiveCalculationType Type { get; set; }
public:
[ReadOnlyAttribute(true)]
property PerspectiveCalculationType Type {
    PerspectiveCalculationType get();
    void set(PerspectiveCalculationType value);
}
[<ReadOnlyAttribute(true)>]
member Type : PerspectiveCalculationType with get, set
<ReadOnlyAttribute(True)>
Public Property Type As PerspectiveCalculationType

Property Value

Type: Microsoft.AnalysisServices.PerspectiveCalculationType

A perspective calculation type.

See Also

PerspectiveCalculation Class
Microsoft.AnalysisServices Namespace

Return to top