ID Property

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

The ID property exists for Microsoft SQL Server database, agent, and replication components with defined identifiers.

構文

object
.ID

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetID(LPLONG plID);

解説

The definitions of many SQL Server database, agent, and replication components are implemented as records in SQL Server system tables. Within a system table, one column may be designated as an identifier. An identifier is a value that is unique for all rows in the table. Identifiers are assigned by SQL Server.

The ID property represents a SQL Server component identifier and, by using the ItemByID method, provides an alternate method for selecting a specific SQL Distributed Management Objects (SQL-DMO) object from its containing collection.

The ID property of the ReplicationTable2 object is designed to allow an application to retrieve a table object.

ms141883.note(ja-jp,SQL.90).gifメモ :
The ID property can be retrieved using SQL Server 2005, SQL Server 2000, and SQL Server version 7.0.

Applies To:

Alert Object

MergePublication Object

Category Object

MergeSubsetFilter Object

Column Object

Operator Object

ConfigValue Object

RemoteServer Object

Database Object

ReplicationTable2 Object

DBFile Object

Rule Object

DBObject Object

StoredProcedure Object

Default Object

Table Object

DistributionArticle Object

TransArticle Object

DistributionPublication Object

TransPublication Object

FileGroup Object

Trigger Object

Index Object

User Object

Language Object

UserDefinedDatatype Object

LogFile Object

UserDefinedFunction Object

MergeArticle Object

View Object

参照

関連項目

ItemByID Method

ヘルプおよび情報

SQL Server 2005 の参考資料の入手