MergeArticle.SnapshotObjectOwner 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 owner of the database object that represents the initial snapshot data for the article.
public:
property System::String ^ SnapshotObjectOwner { System::String ^ get(); };
public string SnapshotObjectOwner { get; }
member this.SnapshotObjectOwner : string
Public ReadOnly Property SnapshotObjectOwner As String
Property Value
A String value that represents the owner name.
Remarks
The SnapshotObjectOwner property can be retrieved by members of the sysadmin fixed server role at the Publisher and at the Subscriber (for republishing Subscribers). It can also be retrieved by members of the db_owner fixed database role on the publication database, by members of the replmonitor fixed database role at the Distributor, and by users who are members of the publication access list (PAL).
Retrieving SnapshotObjectOwner is equivalent to executing sp_helpmergearticle (Transact-SQL).