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.