다음을 통해 공유


Trace.Parent 속성

Gets the parent Server of a Trace object. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server 
    Get
‘사용 방법
Dim instance As Trace 
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

속성 값

유형: Microsoft.AnalysisServices.Server
The parent server of a trace.

구현

ITrace.Parent

참고 항목

참조

Trace 클래스

Microsoft.AnalysisServices 네임스페이스