Share via


DimensionUse.RelationalOnly Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property RelationalOnly As Boolean
'Usage
Dim instance As DimensionUse 
Dim value As Boolean 

value = instance.RelationalOnly

instance.RelationalOnly = value
public bool RelationalOnly { get; set; }
public:
property bool RelationalOnly {
    bool get ();
    void set (bool value);
}
public function get RelationalOnly () : boolean 
public function set RelationalOnly (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DimensionUse Class

DimensionUse Members

Microsoft.TeamFoundation.Warehouse Namespace