Freigeben über


ID Property (DistributionArticle2)

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The ID property exists for Microsoft SQL Server replication components with defined identifiers. It is a read/write property when used with the DistributionArticle2 object.

Syntax

object.ID [= value]

Parts

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

  • value
    Modify

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetID(LPLONG pRetVal);
HRESULT SetID(LONG lNewValue);

Hinweise

The ID property of the DistributionArticle2 object is designed to allow an application to set a user-defined distribution article ID when creating a third-party article. The ID must be unique, or an error occurs.

HinweisHinweis

ID can be set only with instances of SQL Server 2000 or later. However, the value of ID can be retrieved with SQL Server version 7.0 or later.