Share via


ISqlStatistic.Columns Property

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)
'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>

Property Value

Type: System.Collections.Generic.IList<ISqlColumn>

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

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