ContainerItem.GenerateETL Property
Should this item be included in the auto-generated ETL for the relational warehouse? If it is not included a stored procedure will not be generated to populate this item.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.