Propriedade do RDL CreateStatisticsStatement.Columns
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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property Columns As IList(Of ColumnReferenceExpression)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ColumnReferenceExpression>
The columns of the table or view that is relevant to the statistic.