Delen via


CreateStatisticsStatement.Columns Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Columns As IList(Of ColumnReferenceExpression)
    Get
'Usage
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>

Property Value

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

See Also

Reference

CreateStatisticsStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace