IMergeSynchronizationAgent.SubscriberDatabasePath Property

Gets or sets the subscriber database path.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Property SubscriberDatabasePath As String 
    Get 
    Set
'Usage
Dim instance As IMergeSynchronizationAgent 
Dim value As String 

value = instance.SubscriberDatabasePath

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

Property Value

Type: String
A String value that represents the subscriber database path.

See Also

Reference

IMergeSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace