Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the type of PerspectiveCalculation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Type As PerspectiveCalculationType
Get
Set
'Usage
Dim instance As PerspectiveCalculation
Dim value As PerspectiveCalculationType
value = instance.Type
instance.Type = value
public PerspectiveCalculationType Type { get; set; }
public:
property PerspectiveCalculationType Type {
PerspectiveCalculationType get ();
void set (PerspectiveCalculationType value);
}
member Type : PerspectiveCalculationType with get, set
function get Type () : PerspectiveCalculationType
function set Type (value : PerspectiveCalculationType)
Property Value
Type: Microsoft.AnalysisServices.PerspectiveCalculationType
A perspective calculation type.