Поделиться через


Свойство 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