AdomdRestriction.Parent Property

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

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As Object
public Object Parent { get; }
public:
property Object^ Parent {
    Object^ get ();
}
/** @property */
public Object get_Parent ()
public function get Parent () : Object

Значение свойства

Gets an instance of the containing collection for the AdomdRestriction, or null if the AdomdRestriction is not yet in a collection.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

AdomdRestriction Class
AdomdRestriction Members
Microsoft.AnalysisServices.AdomdClient Namespace