次の方法で共有


SessionTrace.Parent プロパティ

SessionTrace オブジェクトの親 Server を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Server 
    Get
'使用
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

プロパティ値

型: Microsoft.AnalysisServices.Server
Server オブジェクトです。

実装

ITrace.Parent

関連項目

参照

SessionTrace クラス

Microsoft.AnalysisServices 名前空間