Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an Object representing the value of the Property.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Default Property Value As Object
Get
'Usage
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
Property Value
Type: System.Object
An Object representing the value of the Property.