IRuleContext.GetDataSources Method
Gets the list of data source module context objects that are used in the rule.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim instance As IRuleContext
Dim returnValue As IList(Of IDataSourceModuleContext)
returnValue = instance.GetDataSources
Syntax
'Declaration
Function GetDataSources As IList(Of IDataSourceModuleContext)
IList<IDataSourceModuleContext> GetDataSources ()
IList<IDataSourceModuleContext^>^ GetDataSources ()
IList<IDataSourceModuleContext> GetDataSources ()
function GetDataSources () : IList<IDataSourceModuleContext>
Return Value
A list of IDataSourceModuleContext 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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
IRuleContext Interface
IRuleContext Members
Microsoft.EnterpriseManagement.UI Namespace