SqlPoolColumn 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 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
- 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
Azure SDK for .NET