ISqlStatistic.Columns Property

Gets a list of columns.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Columns As IList(Of ISqlColumn)
    Get
'Usage
Dim instance As ISqlStatistic
Dim value As IList(Of ISqlColumn)

value = instance.Columns
IList<ISqlColumn> Columns { get; }
property IList<ISqlColumn^>^ Columns {
    IList<ISqlColumn^>^ get ();
}
function get Columns () : IList<ISqlColumn>
abstract Columns : IList<ISqlColumn>

Property Value

Type: System.Collections.Generic.IList<ISqlColumn>
Returns a list of ISqlColumn objects.

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace