Compartir a través de


CellProperty.Value Property

Gets the value of the CellProperty.

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

Sintaxis

'Declaración
Public ReadOnly Property Value As Object
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object

Valor de propiedad

An Object that contains the value of the CellProperty.

Notas

Unless the run-time type of the value for a CellProperty is known in advance, use the GetType method of the Object to determine the run-time type before attempting to use the Object that is returned by this property.

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

CellProperty Class
CellProperty Members
Microsoft.AnalysisServices.AdomdClient Namespace