ResourceStrings.ReplicationStartupNotifyAgent 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the notification agent when starting the replication.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
Public Shared ReadOnly Property ReplicationStartupNotifyAgent As String 
    Get
用法
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

属性值

类型:System.String
The notification agent when starting the replication.

请参阅

参考

ResourceStrings 类

Microsoft.SqlServer.Replication 命名空间