Compartir a través de


Type Propiedad

Gets or sets the type of PerspectiveCalculation.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Type As PerspectiveCalculationType
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveCalculationType
A perspective calculation type.