AdomdRestriction.Parent 속성

Gets the containing collection, or null if the AdomdRestriction is not in a collection.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property Parent As Object 
    Get
‘사용 방법
Dim instance As AdomdRestriction 
Dim value As Object 

value = instance.Parent
public Object Parent { get; }
public:
property Object^ Parent {
    Object^ get ();
}
member Parent : Object
function get Parent () : Object

속성 값

유형: System.Object
Gets an instance of the containing collection for the AdomdRestriction, or null if the AdomdRestriction is not yet in a collection.

참고 항목

참조

AdomdRestriction 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스