Sdílet prostřednictvím


ISql90Index.IncludedColumns – vlastnost

Získá seznam indexovaných sloupců.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Index Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů