Freigeben über


CreateStatisticsStatement.Columns-Eigenschaft

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>

Eigenschaftswert

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

Siehe auch

Verweis

CreateStatisticsStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace