ManagementPackWarehouseModuleType.EtlModule Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the ETL (Extract, Transform, Load) module.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackWarehouseModuleType
Dim value As ManagementPackElementReference(Of ManagementPackDataWarehouseScript)
value = instance.EtlModule
instance.EtlModule = value
Syntax
'Declaration
Public Property EtlModule As ManagementPackElementReference(Of ManagementPackDataWarehouseScript)
public ManagementPackElementReference<ManagementPackDataWarehouseScript> EtlModule { get; set; }
public:
property ManagementPackElementReference<ManagementPackDataWarehouseScript^>^ EtlModule {
ManagementPackElementReference<ManagementPackDataWarehouseScript^>^ get ();
void set (ManagementPackElementReference<ManagementPackDataWarehouseScript^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackDataWarehouseScript> get_EtlModule ()
/** @property */
public void set_EtlModule (ManagementPackElementReference<ManagementPackDataWarehouseScript> value)
public function get EtlModule () : ManagementPackElementReference<ManagementPackDataWarehouseScript>
public function set EtlModule (value : ManagementPackElementReference<ManagementPackDataWarehouseScript>)
Property Value
The ETL module.
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
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackWarehouseModuleType Class
ManagementPackWarehouseModuleType Members
Microsoft.EnterpriseManagement.Configuration Namespace