This topic has not yet been rated - Rate this topic

TransSynchronizationAgent.AltSnapshotFolder Property

Gets or sets the alternate snapshot folder for the subscription.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
public virtual string AltSnapshotFolder { get; set; }

Property Value

Type: System.String
A String value that is the path to the alternate snapshot folder.

Implements

ITransSynchronizationAgent.AltSnapshotFolder

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.