SessionTrace.Parent Property

Gets the parent Server of the SessionTrace object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server
    Get
'Usage
Dim instance As SessionTrace
Dim value As Server

value = instance.Parent
[BrowsableAttribute(false)]
public Server Parent { get; }
[BrowsableAttribute(false)]
public:
virtual property Server^ Parent {
    Server^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Parent : Server
[<BrowsableAttribute(false)>]
override Parent : Server
final function get Parent () : Server

Property Value

Type: Microsoft.AnalysisServices.Server
The Server object.

Implements

ITrace.Parent