Share via


MergeSessionSummary.CurrentPhase プロパティ

定義

アクティブなセッションの現在のフェーズを取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Replication::MergeSessionPhase CurrentPhase { Microsoft::SqlServer::Replication::MergeSessionPhase get(); void set(Microsoft::SqlServer::Replication::MergeSessionPhase value); };
public Microsoft.SqlServer.Replication.MergeSessionPhase CurrentPhase { get; set; }
member this.CurrentPhase : Microsoft.SqlServer.Replication.MergeSessionPhase with get, set
Public Property CurrentPhase As MergeSessionPhase

プロパティ値

セッションの現在のフェーズを表す MergeSessionPhase オブジェクトです。

注釈

このプロパティは、すべてのユーザーが取得または設定できます。

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

適用対象