Value 속성
Gets an Object representing the value of the Property.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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.