DataTypeItem.IncludeInRelationalInterface Property

Include this field in the autogenerated Relational Interface (that is Fact Views).

Default Value: True

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace