Bagikan melalui


OrderColumn Constructor

Include Protected Members
Include Inherited Members

Creates a OrderColumn points to a column with an order that is specified within a table-valued function that was created by using CREATE FUNCTION and the ORDER BY clause.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method OrderColumn() Creates a OrderColumn points to a column with an order that is specified within a table-valued function that was created by using CREATE FUNCTION and the ORDER BY clause.
Public method OrderColumn(UserDefinedFunction, String) Creates a OrderColumn points to a column with an order that is specified within a table-valued function that was created by using CREATE FUNCTION and the ORDER BY clause.
Public method OrderColumn(UserDefinedFunction, String, Boolean) Creates a OrderColumn points to a column with an order that is specified within a table-valued function that was created by using CREATE FUNCTION and the ORDER BY clause.

Top

See Also

Reference

OrderColumn Class

Microsoft.SqlServer.Management.Smo Namespace