Bagikan melalui


AdomdProperty.Parent Property

Gets an Object representing the parent of the AdomdProperty.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Object 
    Get
'Usage
Dim instance As AdomdProperty 
Dim value As Object 

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

Property Value

Type: System.Object
An Object that contains the parent for the AdomdProperty.

See Also

Reference

AdomdProperty Class

Microsoft.AnalysisServices.AdomdClient Namespace