Proprietà ISql90Index.IncludedColumns

Ottiene l'elenco delle colonne da indicizzare.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
ReadOnly Property IncludedColumns As IList(Of ISqlColumn)
    Get
IList<ISqlColumn> IncludedColumns { get; }
property IList<ISqlColumn^>^ IncludedColumns {
    IList<ISqlColumn^>^ get ();
}
abstract IncludedColumns : IList<ISqlColumn>
function get IncludedColumns () : IList<ISqlColumn>

Valore proprietà

Tipo: System.Collections.Generic.IList<ISqlColumn>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Index Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel