Share via


MergeSynchronizationAgent.SubscriberDatabasePath Property

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

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

Implements

IMergeSynchronizationAgent.SubscriberDatabasePath