OptimizeForOptimizerHint.Pairs Property

 

Applies To: SQL Server 2016 Preview

Gets a list of variable-value pairs.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<VariableValuePair> Pairs { get; }
public:
property IList<VariableValuePair^>^ Pairs {
    IList<VariableValuePair^>^ get();
}
member Pairs : IList<VariableValuePair> with get
Public ReadOnly Property Pairs As IList(Of VariableValuePair)

Property Value

Type: System.Collections.Generic.IList<VariableValuePair>

A list of variable-value pairs.

See Also

OptimizeForOptimizerHint Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top