Share via


MergeSynchronizationAgent.SubscriberDatabasePath Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the subscriber database path.

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

Syntax

'Declaration
Public Overridable Property SubscriberDatabasePath As String 
    Get 
    Set
'Usage
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.SubscriberDatabasePath

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

Property Value

Type: System.String
The subscriber database path.

Implements

IMergeSynchronizationAgent.SubscriberDatabasePath

See Also

Reference

MergeSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace