SqlPoolColumnDataType Struct
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.
The column data type.
public readonly struct SqlPoolColumnDataType : IEquatable<Azure.ResourceManager.Synapse.Models.SqlPoolColumnDataType>
type SqlPoolColumnDataType = struct
Public Structure SqlPoolColumnDataType
Implements IEquatable(Of SqlPoolColumnDataType)
- Inheritance
-
SqlPoolColumnDataType
- Implements
Constructors
SqlPoolColumnDataType(String) |
Initializes a new instance of SqlPoolColumnDataType. |
Properties
BigInt |
bigint. |
Binary |
binary. |
Bit |
bit. |
Char |
char. |
Date |
date. |
DateTime |
datetime. |
DateTime2 |
datetime2. |
DateTimeOffset |
datetimeoffset. |
Decimal |
decimal. |
Float |
float. |
Geography |
geography. |
Geometry |
geometry. |
Hierarchyid |
hierarchyid. |
Image |
image. |
Int |
int. |
Money |
money. |
Nchar |
nchar. |
Ntext |
ntext. |
Numeric |
numeric. |
Nvarchar |
nvarchar. |
Real |
real. |
SmallDateTime |
smalldatetime. |
SmallInt |
smallint. |
SmallMoney |
smallmoney. |
SqlVariant |
sql_variant. |
Sysname |
sysname. |
Text |
text. |
Time |
time. |
Timestamp |
timestamp. |
TinyInt |
tinyint. |
UniqueIdentifier |
uniqueidentifier. |
Varbinary |
varbinary. |
Varchar |
varchar. |
Xml |
xml. |
Methods
Equals(SqlPoolColumnDataType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SqlPoolColumnDataType, SqlPoolColumnDataType) |
Determines if two SqlPoolColumnDataType values are the same. |
Implicit(String to SqlPoolColumnDataType) |
Converts a string to a SqlPoolColumnDataType. |
Inequality(SqlPoolColumnDataType, SqlPoolColumnDataType) |
Determines if two SqlPoolColumnDataType values are not the same. |
Applies to
Azure SDK for .NET