Share via


IDataWarehouseManagement.GetFactTypes Method

Definition

Gets a list of fact types.

Overloads

GetFactTypes()

Gets all fact types in the management group the API is connected to.

GetFactTypes(ManagementPackFactTypeCriteria)

Gets all fact types that match the provided criteria in the management group the API is connected to.

GetFactTypes()

Gets all fact types in the management group the API is connected to.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackFactType ^> ^ GetFactTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackFactType> GetFactTypes ();
abstract member GetFactTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackFactType>
Public Function GetFactTypes () As IList(Of ManagementPackFactType)

Returns

The list of fact types.

Applies to

GetFactTypes(ManagementPackFactTypeCriteria)

Gets all fact types that match the provided criteria in the management group the API is connected to.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackFactType ^> ^ GetFactTypes(Microsoft::EnterpriseManagement::Configuration::ManagementPackFactTypeCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackFactType> GetFactTypes (Microsoft.EnterpriseManagement.Configuration.ManagementPackFactTypeCriteria criteria);
abstract member GetFactTypes : Microsoft.EnterpriseManagement.Configuration.ManagementPackFactTypeCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackFactType>
Public Function GetFactTypes (criteria As ManagementPackFactTypeCriteria) As IList(Of ManagementPackFactType)

Parameters

criteria
ManagementPackFactTypeCriteria

The search criteria.

Returns

The list of fact types.

Applies to