Compartir a través de


Column Constructor

Initializes a new instance of the Column class.

Lista de sobrecargas

  Nombre Descripción
Método publico Column() () () () Initializes a new instance of the Column class.
Método publico Column(SqlSmoObject, String) Initializes a new instance of the Column class that has the specified parent and specified name.
Método publico Column(SqlSmoObject, String, DataType) Initializes a new instance of the Column class that has the specified parent and specified name.
Método publico 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.

Principio