Share via


ManagementPackRule.DataSourceCollection Property

Definition

Gets a collection of one or more data source modules. If more than one data source is specified, a condition detection module is required in the workflow and this module must expect the correct number of data stream inputs.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataSourceModule ^> ^ DataSourceCollection { Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataSourceModule ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataSourceModule> DataSourceCollection { get; }
member this.DataSourceCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataSourceModule>
Public ReadOnly Property DataSourceCollection As ManagementPackSubElementCollection(Of ManagementPackDataSourceModule)

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackDataSourceModule objects.

A collection of one or more data source modules.

Applies to