Поделиться через


Конструктор 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.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    udf As UserDefinedFunction, _
    name As String, _
    descending As Boolean _
)
'Применение
Dim udf As UserDefinedFunction 
Dim name As String 
Dim descending As Boolean 

Dim instance As New OrderColumn(udf, name, _
    descending)
public OrderColumn(
    UserDefinedFunction udf,
    string name,
    bool descending
)
public:
OrderColumn(
    UserDefinedFunction^ udf, 
    String^ name, 
    bool descending
)
new : 
        udf:UserDefinedFunction * 
        name:string * 
        descending:bool -> OrderColumn
public function OrderColumn(
    udf : UserDefinedFunction, 
    name : String, 
    descending : boolean
)

Параметры

  • name
    Тип: System.String
    A name you wish to assign to the column.
  • descending
    Тип: System.Boolean
    Specifies whether the column is sorted ascending (false) or descending (true).

См. также

Справочник

OrderColumn Класс

Перегрузка OrderColumn

Пространство имен Microsoft.SqlServer.Management.Smo