MergeSynchronizationAgent.AltSnapshotFolder Property
Definition
Gets or sets the alternate snapshot folder for the subscription.
public:
virtual property System::String ^ AltSnapshotFolder { System::String ^ get(); void set(System::String ^ value); };
public virtual string AltSnapshotFolder { get; set; }
member this.AltSnapshotFolder : string with get, set
Public Overridable Property AltSnapshotFolder As String
Property Value
A String value that is the path of the alternate snapshot folder.
Implements
Remarks
The snapshot folder path must include a Universal Naming Convention (UNC) or File Transfer Protocol (FTP) designator, such as "file:\\Distributor\Backup\Snapshots" for a file share and "ftp://distributor.example.com/backup/snapshots,1433" for an FTP location.