Share via


ManagementPackModuleType.DataSourceCollection Property

Definition

Gets a data source module that is used in the module workflow.

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

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackModuleTypeReference objects.

The data source module that is used in the module workflow.

Applies to