Share via


SqlPoolColumn Class

Definition

A Sql pool column resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolColumn : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolColumn = class
    inherit ProxyResource
Public Class SqlPoolColumn
Inherits ProxyResource
Inheritance
SqlPoolColumn
Attributes

Constructors

SqlPoolColumn()

Initializes a new instance of the SqlPoolColumn class.

SqlPoolColumn(String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the SqlPoolColumn 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 fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsComputed

Gets indicates whether column value is computed or not

Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to