TransSynchronizationAgent.SubscriberDatabasePath Property

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

Get or sets the database path for the subscriber.

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 TransSynchronizationAgent 
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 database path for the subscriber.

Implements

ITransSynchronizationAgent.SubscriberDatabasePath

See Also

Reference

TransSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace