DataTypeItem.GenerateETL Property

Should this field be included in the auto-generated ETL for the relational warehouse? If it is not included it will not be in the autogenerated stored procedures. Any fields included in the stored procedures must be assigned a value when the stored procedure is called otherwise the row will will be updated to have NULL for that value.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property GenerateETL As Boolean
public bool GenerateETL { get; set; }
public:
property bool GenerateETL {
    bool get ();
    void set (bool value);
}
member GenerateETL : bool with get, set
function get GenerateETL () : boolean 
function set GenerateETL (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace