Value 屬性
Gets the value of the MemberProperty.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property Value As Object
Get
'用途
Dim instance As MemberProperty
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
屬性值
型別:System. . :: . .Object
An Object that contains the value of the MemberProperty.
備註
Unless the run-time type of the value for a MemberProperty 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.