Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.