Share via


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)
'Usage
Dim instance As IndexTableHint 
Dim value As IList(Of TSqlFragment)

value = instance.IndexValues
public IList<TSqlFragment> IndexValues { get; }
public:
property IList<TSqlFragment^>^ IndexValues {
    IList<TSqlFragment^>^ get ();
}
public function get IndexValues () : IList<TSqlFragment>

Property Value

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

.NET Framework Security

See Also

Reference

IndexTableHint Class

IndexTableHint Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace