Publication.SnapshotJobId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Snapshot Agent job ID for the current publication.
public:
property System::String ^ SnapshotJobId { System::String ^ get(); };
public string SnapshotJobId { get; }
member this.SnapshotJobId : string
Public ReadOnly Property SnapshotJobId As String
Property Value
A String value that represents a unique identifier.
Remarks
The SnapshotJobId property can only be retrieved by members of the sysadmin
fixed server role at the Publisher, by members of the db_owner
fixed database role on the publication database, or by users in the publication access list (PAL).
Retrieving the SnapshotJobId property is equivalent to executing sp_helppublication (Transact-SQL) or sp_helpmergepublication (Transact-SQL).