Compartir a través de


Property.Value Propiedad

Gets an Object representing the value of the Property.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Value As Object 
    Get
'Uso
Dim instance As [Property]
Dim value As Object 

value = instance
public Object this { get; }
public:
virtual property Object^ default {
    Object^ get () sealed;
}
abstract Value : Object 
override Value : Object
final function get Value () : Object

Valor de la propiedad

Tipo: System.Object
An Object representing the value of the Property.

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer