Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.