IDataWarehouseManagement.GetDimensionTypes Method (ManagementPackDimensionTypeCriteria)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a list of dimension types that match the provided criteria in the management group the API is connected to.
Namespace: Microsoft.EnterpriseManagement.DataWarehouse
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Dim instance As IDataWarehouseManagement Dim criteria As ManagementPackDimensionTypeCriteria Dim returnValue As IList(Of ManagementPackDimensionType) returnValue = instance.GetDimensionTypes(criteria)
IList<ManagementPackDimensionType^>^ GetDimensionTypes ( ManagementPackDimensionTypeCriteria^ criteria )
IList<ManagementPackDimensionType> GetDimensionTypes ( ManagementPackDimensionTypeCriteria criteria )
function GetDimensionTypes (
criteria : ManagementPackDimensionTypeCriteria
) : IList<ManagementPackDimensionType>
Parameters
- criteria
Type: ManagementPackDimensionTypeCriteria
The search criteria.
Return Value
Type: IListThe list of dimension types.Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XPTarget Platforms
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
Show: