共用方式為


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 命名空間