共用方式為


Column 建構

Initializes a new instance of the Column class.

多載清單 

  名稱 描述
公用方法 Column() () () () Initializes a new instance of the Column class.
公用方法 Column(SqlSmoObject, String) Initializes a new instance of the Column class that has the specified parent and specified name.
公用方法 Column(SqlSmoObject, String, DataType) Initializes a new instance of the Column class that has the specified parent and specified name.
公用方法 Column(SqlSmoObject, String, DataType, Boolean) Initializes a new instance of the Column class that uses the specified parent, datayype, and optionally adding the FILESTREAM attribute.

頂端