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フレームワークのバージョン2.0でのみサポートされています。

適用対象