Proprietà Property.Value

Gets an Object representing the value of the Property.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Value As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer