Freigeben über


ResourceStrings.ReplicationStartupNotifyAgent-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the notification agent when starting the replication.

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

Syntax

'Declaration
Public Shared ReadOnly Property ReplicationStartupNotifyAgent As String 
    Get
'Usage
Dim value As String 

value = ResourceStrings.ReplicationStartupNotifyAgent
public static string ReplicationStartupNotifyAgent { get; }
public:
static property String^ ReplicationStartupNotifyAgent {
    String^ get ();
}
static member ReplicationStartupNotifyAgent : string
static function get ReplicationStartupNotifyAgent () : String

Eigenschaftswert

Typ: System.String
The notification agent when starting the replication.

Siehe auch

Verweis

ResourceStrings Klasse

Microsoft.SqlServer.Replication-Namespace