Parent 속성
Gets the containing collection, or null if the AdomdRestriction is not in a collection.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient
구문
‘선언
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.