FunctionStatementBody.OrderHint Property

Gets or sets an optional CLR table-valued options order hint.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property OrderHint As OrderBulkInsertOption
public OrderBulkInsertOption OrderHint { get; set; }
public:
property OrderBulkInsertOption^ OrderHint {
    OrderBulkInsertOption^ get ();
    void set (OrderBulkInsertOption^ value);
}
member OrderHint : OrderBulkInsertOption with get, set
function get OrderHint () : OrderBulkInsertOption
function set OrderHint (value : OrderBulkInsertOption)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.OrderBulkInsertOption

Remarks

Valid only in case of a CLR table-valued function.

.NET Framework Security

See Also

Reference

FunctionStatementBody Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace