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
- 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.