Property.Value 屬性
Gets an Object representing the value of the Property.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public ReadOnly Default Property Value As Object
Get
'用途
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
屬性值
型別:System.Object
An Object representing the value of the Property.