ITableElementContainer.ColumnDefinitions-Eigenschaft

Ruft eine Liste mit Spaltendefinitionen ab.

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)
    Get
IList<ColumnDefinition> ColumnDefinitions { get; }
property IList<ColumnDefinition^>^ ColumnDefinitions {
    IList<ColumnDefinition^>^ get ();
}
abstract ColumnDefinitions : IList<ColumnDefinition>
function get ColumnDefinitions () : IList<ColumnDefinition>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ColumnDefinition>

Hinweise

Liste ist nur gültig, wenn Datentyp Tabelle ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITableElementContainer Schnittstelle

Microsoft.Data.Schema.ScriptDom.Sql-Namespace