Partager via


Propriété ResourceStrings.ReplicationStartupNotifyAgent

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the notification agent when starting the replication.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property ReplicationStartupNotifyAgent As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ResourceStrings Classe

Espace de noms Microsoft.SqlServer.Replication