SnapshotJobID Property (SQL-DMO)

The SnapshotJobID property returns a system-generated value uniquely identifying the SQL Server Agent job that is implementing initial snapshot-generation of published article data.

Applies To
MergePublication Object TransPublication Object

Syntax

object.SnapshotJobID

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

A SQL Server Agent job identifier is represented by 32 hexadecimal digits.

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetSnapshotJobID(SQLDMO_LPBSTR pRetVal);


Note SQL-DMO strings are always returned as OLE BSTR objects. A C/C++ application obtains a reference to the string. The application must release the reference by using SysFreeString.


  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.