Compartir a través de


CalculationProperty.SolveOrder Property

Gets or sets the solve order value for a CalculationProperty object.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(0)> _
Public Property SolveOrder As Integer
[DefaultValueAttribute(0)] 
public int SolveOrder { get; set; }
[DefaultValueAttribute(0)] 
public:
property int SolveOrder {
    int get ();
    void set (int value);
}
/** @property */
public int get_SolveOrder ()

/** @property */
public void set_SolveOrder (int value)
public function get SolveOrder () : int

public function set SolveOrder (value : int)

Valor de propiedad

An Integer indicator of solve order.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

CalculationProperty Class
CalculationProperty Members
Microsoft.AnalysisServices Namespace