DataWarehouse.GetServiceLevelAgreements Method (IList, String)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a collection of ServiceLevelAgreementInfo objects based on specified parameters.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As DataWarehouse
Dim serviceLevelAgreementIds As IList(Of Pair(Of Guid, Guid))
Dim languageCode As String
Dim returnValue As ReadOnlyCollection(Of ServiceLevelAgreementInfo)
returnValue = instance.GetServiceLevelAgreements(serviceLevelAgreementIds, languageCode)
Syntax
'Declaration
Public Function GetServiceLevelAgreements ( _
serviceLevelAgreementIds As IList(Of Pair(Of Guid, Guid)), _
languageCode As String _
) As ReadOnlyCollection(Of ServiceLevelAgreementInfo)
public ReadOnlyCollection<ServiceLevelAgreementInfo> GetServiceLevelAgreements (
IList<Pair<Guid,Guid>> serviceLevelAgreementIds,
string languageCode
)
public:
ReadOnlyCollection<ServiceLevelAgreementInfo^>^ GetServiceLevelAgreements (
IList<Pair<Guid, Guid>^>^ serviceLevelAgreementIds,
String^ languageCode
)
public ReadOnlyCollection<ServiceLevelAgreementInfo> GetServiceLevelAgreements (
IList<Pair<Guid,Guid>> serviceLevelAgreementIds,
String languageCode
)
public function GetServiceLevelAgreements (
serviceLevelAgreementIds : IList<Pair<Guid,Guid>>,
languageCode : String
) : ReadOnlyCollection<ServiceLevelAgreementInfo>
Parameters
- serviceLevelAgreementIds
A IList object of service level agreements to get.
- languageCode
The language code for the language in which the information is returned.
Return Value
Returns a ReadOnlyCollection object of ServiceLevelAgreementInfo objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
DataWarehouse Class
DataWarehouse Members
Microsoft.EnterpriseManagement.Warehouse Namespace