OptimizeForOptimizerHint.Pairs Property
Gets a list of variable-value pairs.
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)
public IList<VariableValuePair> Pairs { get; }
public:
property IList<VariableValuePair^>^ Pairs {
IList<VariableValuePair^>^ get ();
}
member Pairs : IList<VariableValuePair>
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.