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.