Propriété IMergeSynchronizationAgent.AltSnapshotFolder

Gets or sets the alternate snapshot folder for the subscription.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property AltSnapshotFolder As String 
    Get 
    Set
'Utilisation
Dim instance As IMergeSynchronizationAgent 
Dim value As String 

value = instance.AltSnapshotFolder

instance.AltSnapshotFolder = value
string AltSnapshotFolder { get; set; }
property String^ AltSnapshotFolder {
    String^ get ();
    void set (String^ value);
}
abstract AltSnapshotFolder : string with get, set
function get AltSnapshotFolder () : String 
function set AltSnapshotFolder (value : String)

Valeur de propriété

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

Voir aussi

Référence

IMergeSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication