IndexTableHint.IndexValues Property

Gets a list of parameters for the index hint.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property IndexValues As IList(Of TSqlFragment)
public IList<TSqlFragment> IndexValues { get; }
public:
property IList<TSqlFragment^>^ IndexValues {
    IList<TSqlFragment^>^ get ();
}
member IndexValues : IList<TSqlFragment>
function get IndexValues () : IList<TSqlFragment>

Property Value

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

.NET Framework Security

See Also

Reference

IndexTableHint Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace