Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the column definitions, only valid if data type is table.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ColumnDefinitions As IList(Of ColumnDefinition)
Get
'Usage
Dim instance As TableDefinition
Dim value As IList(Of ColumnDefinition)
value = instance.ColumnDefinitions
public IList<ColumnDefinition> ColumnDefinitions { get; }
public:
property IList<ColumnDefinition^>^ ColumnDefinitions {
IList<ColumnDefinition^>^ get ();
}
member ColumnDefinitions : IList<ColumnDefinition>
function get ColumnDefinitions () : IList<ColumnDefinition>
Property Value
Type: System.Collections.Generic.IList<ColumnDefinition>
The column definitions.