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 命名空間