Proprietà Property.Value
Gets an Object representing the value of the Property.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Value As Object
Get
'Utilizzo
Dim instance As [Property]
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
Valore proprietà
Tipo: System.Object
An Object representing the value of the Property.