次の方法で共有


SubscriberSubscription.LastAgentSummary プロパティ

同期中の最後のエージェント概要メッセージを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property LastAgentSummary As String 
    Get 
    Set
'使用
Dim instance As SubscriberSubscription 
Dim value As String 

value = instance.LastAgentSummary

instance.LastAgentSummary = value
public string LastAgentSummary { get; set; }
public:
property String^ LastAgentSummary {
    String^ get ();
    void set (String^ value);
}
member LastAgentSummary : string with get, set
function get LastAgentSummary () : String 
function set LastAgentSummary (value : String)

プロパティ値

型: System.String
String 値です。

説明

このプロパティは、すべてのユーザーがアクセスできます。

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

関連項目

参照

SubscriberSubscription クラス

Microsoft.SqlServer.Replication 名前空間