Свойство CreateStatisticsStatement.Columns

Gets a list of the columns of the table or view that is relevant to the statistic.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Columns As IList(Of ColumnReferenceExpression)
    Get
'Применение
Dim instance As CreateStatisticsStatement 
Dim value As IList(Of ColumnReferenceExpression)

value = instance.Columns
public IList<ColumnReferenceExpression> Columns { get; }
public:
property IList<ColumnReferenceExpression^>^ Columns {
    IList<ColumnReferenceExpression^>^ get ();
}
member Columns : IList<ColumnReferenceExpression>
function get Columns () : IList<ColumnReferenceExpression>

Значение свойства

Тип: System.Collections.Generic.IList<ColumnReferenceExpression>
The columns of the table or view that is relevant to the statistic.

См. также

Справочник

CreateStatisticsStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom