SQL SERVER資料類型與C#資料類型對照表

來源:互聯網
上載者:User
SQL SERVER類型 C#類型
精確數字 bigint 從 -2^63 (-9223372036854775808) 到 2^63-1 (9223372036854775807) 的整型資料(所有數字)。儲存大小為 8 個位元組。 Int64
int 從 -2^31 (-2,147,483,648) 到 2^31 - 1 (2,147,483,647) 的整型資料(所有數字)。儲存大小為 4 個位元組。int 的 SQL-92 同義字為 integer Int32
smallint

從 -2^15 (-32,768) 到 2^15 - 1 (32,767) 的整型資料。儲存大小為 2 個位元組。

Int16
tinyint

從 0 到 255 的整型資料。儲存大小為 1 位元組。

System.Byte
bit

1 或 0 的整數資料。

Boolean
decimal 從 -10^38 +1 到 10^38 –1 的固定精度和小數位的數字資料。 System.Decimal
numeric 功能上等同於 decimal System.Decimal
money

貨幣資料值介於 -2^63 (-922,337,203,685,477.5808) 與 2^63 - 1 (+922,337,203,685,477.5807) 之間,精確到貨幣單位的千分之十。

System.Decimal
smallmoney

貨幣資料值介於 -214,748.3648 與 +214,748.3647 之間,精確到貨幣單位的千分之十。

System.Decimal
近似數字 float

從 -1.79E + 308 到 1.79E + 308 的浮點精度數字。

System.Double
real

從 -3.40E + 38 到 3.40E + 38 的浮點精度數字。

System.Single
datetime 從 1753 年 1 月 1 日到 9999 年 12 月 31 日的日期和時間資料,精確到百分之三秒(或 3.33 毫秒)。 System.DateTime
smalldatetime

從 1900 年 1 月 1 日到 2079 年 6 月 6 日的日期和時間資料,精確到分鐘。

System.DateTime
字串 char

固定長度的非 Unicode 字元資料,最大長度為 8,000 個字元。

String
varchar

可變長度的非 Unicode 資料,最長為 8,000 個字元。

String
text

可變長度的非 Unicode 資料,最大長度為 2^31 - 1 (2,147,483,647) 個字元。

String
Unicode 字串 nchar

固定長度的 Unicode 資料,最大長度為 4,000 個字元。

String
nvarchar

可變長度 Unicode 資料,其最大長度為 4,000 字元。sysname 是系統提供使用者定義的資料類型,在功能上等同於 nvarchar(128),用於引用資料庫物件名。

String
ntext

可變長度 Unicode 資料,其最大長度為 2^30 - 1 (1,073,741,823) 個字元。

String
二進位字串 binary 固定長度的位元據,其最大長度為 8,000 個位元組。 System.Byte[]
varbinary 可變長度的位元據,其最大長度為 8,000 個位元組。 System.Byte[]
image

可變長度的位元據,其最大長度為 2^31 - 1 (2,147,483,647) 個位元組。

System.Byte[]
其它資料類型 timestamp

資料庫範圍的唯一數字,每次更新行時也進行更新。

System.DateTime
uniqueidentifier

通用唯一識別碼 (GUID)。

System.Guid
Variant Object

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.