ResourceStrings.ReplicationStartupNotifyAgent Property

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

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

Property Value

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

See Also

Reference

ResourceStrings Class

Microsoft.SqlServer.Replication Namespace