Column Constructor

Initializes a new instance of the Column class.

备注

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

重载列表

名称 Description
Column ()
Initializes a new instance of the Column class.
Column (SqlSmoObject, String)
Initializes a new instance of the Column class with the specified parent and specified name.
Column (SqlSmoObject, String, DataType)
Initializes a new instance of the Column class with the specified parent and specified name.

请参阅

参考

Column Class
Column Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

CREATE TABLE (Transact-SQL)
Working with Database Objects