SelectStatement.OptimizerHints Property
Gets a list of optional optimizer hints.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property OptimizerHints As IList(Of OptimizerHint)
public IList<OptimizerHint> OptimizerHints { get; }
public:
property IList<OptimizerHint^>^ OptimizerHints {
IList<OptimizerHint^>^ get ();
}
member OptimizerHints : IList<OptimizerHint>
function get OptimizerHints () : IList<OptimizerHint>
Property Value
Type: System.Collections.Generic.IList<OptimizerHint>
.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.