共用方式為


Parent 屬性

Gets the parent object of the current object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
    Get
'用途
Dim instance As Binding
Dim value As Object

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

屬性值

型別:System. . :: . .Object
The parent object for current object.

備註

A strongly typed object is returned.