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
- 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.