Freigeben über


Column-Klasse

Model schema container class for Column

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.Column

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Column
'Usage
public static class Column
public ref class Column abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Column =  class end
public final class Column

Der Column-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element Collation Collation property class of Column
Öffentliche EigenschaftStatisches Element ColumnType ColumnType metadata class of Column
Öffentliche EigenschaftStatisches Element DataType DataType relationship class of Column
Öffentliche EigenschaftStatisches Element Expression Expression property class of Column
Öffentliche EigenschaftStatisches Element ExpressionDependencies ExpressionDependencies relationship class of Column
Öffentliche EigenschaftStatisches Element IdentityIncrement IdentityIncrement property class of Column
Öffentliche EigenschaftStatisches Element IdentitySeed IdentitySeed property class of Column
Öffentliche EigenschaftStatisches Element IsFileStream IsFileStream property class of Column
Öffentliche EigenschaftStatisches Element IsIdentity IsIdentity property class of Column
Öffentliche EigenschaftStatisches Element IsIdentityNotForReplication IsIdentityNotForReplication property class of Column
Öffentliche EigenschaftStatisches Element IsMax IsMax property class of Column
Öffentliche EigenschaftStatisches Element IsRowGuidCol IsRowGuidCol property class of Column
Öffentliche EigenschaftStatisches Element Length Length property class of Column
Öffentliche EigenschaftStatisches Element Nullable Nullable property class of Column
Öffentliche EigenschaftStatisches Element Persisted Persisted property class of Column
Öffentliche EigenschaftStatisches Element PersistedNullable PersistedNullable property class of Column
Öffentliche EigenschaftStatisches Element Precision Precision property class of Column
Öffentliche EigenschaftStatisches Element Scale Scale property class of Column
Öffentliche EigenschaftStatisches Element Sparse Sparse property class of Column
Öffentliche EigenschaftStatisches Element TypeClass Type class for Column
Öffentliche EigenschaftStatisches Element XmlSchemaCollection XmlSchemaCollection relationship class of Column
Öffentliche EigenschaftStatisches Element XmlStyle XmlStyle property class of Column

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace