TransPublication.SnapshotAvailable 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 whether or not the snapshot files for this publication are available for use.
public:
property bool SnapshotAvailable { bool get(); };
public bool SnapshotAvailable { get; }
member this.SnapshotAvailable : bool
Public ReadOnly Property SnapshotAvailable As Boolean
Property Value
A Boolean value. If true
, the snapshot files are available. If false
, the snapshot files are not available.
Remarks
The SnapshotAvailable 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 SnapshotAvailable property is equivalent to executing sp_helppublication.