Binding.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.