DatabaseColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A database column resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseColumn : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseColumn = class
inherit ProxyResource
Public Class DatabaseColumn
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseColumn() |
Initializes a new instance of the DatabaseColumn class. |
DatabaseColumn(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the DatabaseColumn class. |
Properties
ColumnType |
Gets or sets the column data type. Possible values include: 'image', 'text', 'uniqueidentifier', 'date', 'time', 'datetime2', 'datetimeoffset', 'tinyint', 'smallint', 'int', 'smalldatetime', 'real', 'money', 'datetime', 'float', 'sql_variant', 'ntext', 'bit', 'decimal', 'numeric', 'smallmoney', 'bigint', 'hierarchyid', 'geometry', 'geography', 'varbinary', 'varchar', 'binary', 'char', 'timestamp', 'nvarchar', 'nchar', 'xml', 'sysname' |
Id |
Gets resource ID. (Inherited from Resource) |
IsComputed |
Gets or sets whether or not the column is computed. |
MemoryOptimized |
Gets or sets whether or not the column belongs to a memory optimized table. |
Name |
Gets resource name. (Inherited from Resource) |
TemporalType |
Gets or sets the table temporal type. Possible values include: 'NonTemporalTable', 'HistoryTable', 'SystemVersionedTemporalTable' |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET