ISql100TableType.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 ISql100TableTypeColumn)
'Usage
Dim instance As ISql100TableType
Dim value As IList(Of ISql100TableTypeColumn)
value = instance.Columns
IList<ISql100TableTypeColumn> Columns { get; }
property IList<ISql100TableTypeColumn^>^ Columns {
IList<ISql100TableTypeColumn^>^ get ();
}
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.