ReplicationStartupNotifyAgent プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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