Udostępnij za pośrednictwem


Właściwość Dimension.ParentServer

Pobiera element nadrzędny Server z Dimension obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentServer As Server
    Get
'Użycie
Dim instance As Dimension
Dim value As Server

value = instance.ParentServer
[BrowsableAttribute(false)]
public Server ParentServer { get; }
[BrowsableAttribute(false)]
public:
property Server^ ParentServer {
    Server^ get ();
}
[<BrowsableAttribute(false)>]
member ParentServer : Server
function get ParentServer () : Server

Wartość właściwości

Typ: Microsoft.AnalysisServices.Server
A Server obiektu.