CreateStatisticsStatement.Columns Property
Gets a list of the columns of the table or view that are relevant to the statistic.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of Identifier)
public IList<Identifier> Columns { get; }
public:
property IList<Identifier^>^ Columns {
IList<Identifier^>^ get ();
}
member Columns : IList<Identifier>
function get Columns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.