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
- 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.