次の方法で共有


SystemDatatype Object

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The SystemDatatype object exposes the attributes of a Microsoft SQL Server base data type.

現在のオブジェクトを表す SQL-DMO オブジェクト モデル

Properties

AllowIdentity Property

IsVariableLength Property

AllowLength Property

MaximumChar Property

AllowNulls Property

MaximumLength Property

IsNumeric Property

Name Property

解説

SQL Server defines base data types, such as varchar or smallint. The types constrain data in SQL Server columns to certain fundamental properties, such as numeric precision or value representation. SQL Server base data types have an established precedence for mixed-data type arithmetic performed on an instance of SQL Server.

A SystemDatatype object exists for each base data type defined by SQL Server.

The Name property of a SystemDatatype cannot be set by the user.

ms136895.note(ja-jp,SQL.90).gifメモ :
The SystemDatatype object is compatible with instances of SQL Server versions 7.0 and later. However, the SystemDatatype2 object extends the functionality of the SystemDatatype object for use with features that were introduced in SQL Server 2000.

参照

関連項目

SystemDataType2 Object

ヘルプおよび情報

SQL Server 2005 の参考資料の入手