OrderBy.Dir Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Dir As Direction
[XmlAttributeAttribute]
public Direction Dir { get; set; }
[XmlAttributeAttribute]
public:
property Direction Dir {
Direction get ();
void set (Direction value);
}
/** @property */
public Direction get_Dir ()
/** @property */
public void set_Dir (Direction value)
public function get Dir () : Direction
public function set Dir (value : Direction)
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
OrderBy Class
OrderBy Members
Microsoft.SqlServer.Management.Smo Namespace