Condividi tramite


Proprietà ISqlStatistic.Columns

Ottiene l'elenco delle colonne che contribuiscono alla statistica.

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

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlStatistic Interfaccia

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