OptimizeForOptimizerHint.Pairs Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Pairs As IList(Of VariableValuePair)
'Usage
Dim instance As OptimizeForOptimizerHint
Dim value As IList(Of VariableValuePair)
value = instance.Pairs
public IList<VariableValuePair> Pairs { get; }
public:
property IList<VariableValuePair^>^ Pairs {
IList<VariableValuePair^>^ get ();
}
public function get Pairs () : IList<VariableValuePair>
Property Value
Type: System.Collections.Generic.IList<VariableValuePair>
.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.
See Also
Reference
OptimizeForOptimizerHint Class