Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the path of the subscription database.
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 ITransSynchronizationAgent
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)
Eigenschaftswert
Typ: System.String
The path of the subscription database.