ITableElementContainer.ColumnDefinitions Property
Gets a list of column definitions.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
ReadOnly Property ColumnDefinitions As IList(Of ColumnDefinition)
IList<ColumnDefinition> ColumnDefinitions { get; }
property IList<ColumnDefinition^>^ ColumnDefinitions {
IList<ColumnDefinition^>^ get ();
}
abstract ColumnDefinitions : IList<ColumnDefinition>
function get ColumnDefinitions () : IList<ColumnDefinition>
Property Value
Type: System.Collections.Generic.IList<ColumnDefinition>
Remarks
List is valid only if data type is table.
.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.