Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
DimensionUse Class
 RelationalOnly Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
DimensionUse.RelationalOnly Property

This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Visual Basic (Declaration)
Public Property RelationalOnly As Boolean
Visual Basic (Usage)
Dim instance As DimensionUse
Dim value As Boolean

value = instance.RelationalOnly

instance.RelationalOnly = value
C#
public bool RelationalOnly { get; set; }
C++
public:
property bool RelationalOnly {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_RelationalOnly ()

/** @property */
public void set_RelationalOnly (boolean value)
JScript
public function get RelationalOnly () : boolean

public function set RelationalOnly (value : boolean)
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker