Parent 属性
Gets the parent Server of the SessionTrace object.
命名空间: 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
The Server object.