Model schema container class for Column
继承层次结构
System.Object
Microsoft.SqlServer.Dac.Model.Column
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public NotInheritable Class Column
用法
public static class Column
public ref class Column abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Column = class end
public final class Column
Column 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() ![]() |
Collation | Collation property class of Column |
![]() ![]() |
ColumnType | ColumnType metadata class of Column |
![]() ![]() |
DataType | DataType relationship class of Column |
![]() ![]() |
Expression | Expression property class of Column |
![]() ![]() |
ExpressionDependencies | ExpressionDependencies relationship class of Column |
![]() ![]() |
IdentityIncrement | IdentityIncrement property class of Column |
![]() ![]() |
IdentitySeed | IdentitySeed property class of Column |
![]() ![]() |
IsFileStream | IsFileStream property class of Column |
![]() ![]() |
IsIdentity | IsIdentity property class of Column |
![]() ![]() |
IsIdentityNotForReplication | IsIdentityNotForReplication property class of Column |
![]() ![]() |
IsMax | IsMax property class of Column |
![]() ![]() |
IsRowGuidCol | IsRowGuidCol property class of Column |
![]() ![]() |
Length | Length property class of Column |
![]() ![]() |
Nullable | Nullable property class of Column |
![]() ![]() |
Persisted | Persisted property class of Column |
![]() ![]() |
PersistedNullable | PersistedNullable property class of Column |
![]() ![]() |
Precision | Precision property class of Column |
![]() ![]() |
Scale | Scale property class of Column |
![]() ![]() |
Sparse | Sparse property class of Column |
![]() ![]() |
TypeClass | Type class for Column |
![]() ![]() |
XmlSchemaCollection | XmlSchemaCollection relationship class of Column |
![]() ![]() |
XmlStyle | XmlStyle property class of Column |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。