Share via


DataWarehouse.SearchServiceLevelAgreements Method (IList<Guid>, String, DateTime, DateTime, String)

 

Applies To: Operations Manager for System Center 2012

Searches the data warehouse for ServiceLevelAgreementInfo objects based on search criteria and parameters.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<ServiceLevelAgreementInfo> SearchServiceLevelAgreements(
    IList<Guid> managementGroups,
    string searchCriteria,
    DateTime from,
    DateTime to,
    string languageCode
)
public:
ReadOnlyCollection<ServiceLevelAgreementInfo^>^ SearchServiceLevelAgreements(
    IList<Guid>^ managementGroups,
    String^ searchCriteria,
    DateTime from,
    DateTime to,
    String^ languageCode
)
member SearchServiceLevelAgreements : 
        managementGroups:IList<Guid> *
        searchCriteria:string *
        from:DateTime *
        to:DateTime *
        languageCode:string -> ReadOnlyCollection<ServiceLevelAgreementInfo>
Public Function SearchServiceLevelAgreements (
    managementGroups As IList(Of Guid),
    searchCriteria As String,
    from As Date,
    to As Date,
    languageCode As String
) As ReadOnlyCollection(Of ServiceLevelAgreementInfo)

Parameters

  • from
    Type: System.DateTime

    The date and time to start the search results.

  • languageCode
    Type: System.String

    The language code for the language in which the information is returned.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ServiceLevelAgreementInfo>

Returns a ReadOnlyCollection<T> object of ServiceLevelAgreementInfo objects.

See Also

SearchServiceLevelAgreements Overload
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top