Share via


ISql100TableType.Columns Property

Gets the list of columns in the table type.

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

Syntax

'Declaration
ReadOnly Property Columns As IList(Of ISql100TableTypeColumn)
IList<ISql100TableTypeColumn> Columns { get; }
property IList<ISql100TableTypeColumn^>^ Columns {
    IList<ISql100TableTypeColumn^>^ get ();
}
abstract Columns : IList<ISql100TableTypeColumn>
function get Columns () : IList<ISql100TableTypeColumn>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100TableType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace