共用方式為


MergeSessionSummary.CurrentPhase 屬性

Gets or sets the current phase of an active session.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property CurrentPhase As MergeSessionPhase 
    Get 
    Set
'用途
Dim instance As MergeSessionSummary 
Dim value As MergeSessionPhase 

value = instance.CurrentPhase

instance.CurrentPhase = value
public MergeSessionPhase CurrentPhase { get; set; }
public:
property MergeSessionPhase CurrentPhase {
    MergeSessionPhase get ();
    void set (MergeSessionPhase value);
}
member CurrentPhase : MergeSessionPhase with get, set
function get CurrentPhase () : MergeSessionPhase 
function set CurrentPhase (value : MergeSessionPhase)

屬性值

型別:Microsoft.SqlServer.Replication.MergeSessionPhase
A MergeSessionPhase object that represents the current phase of the session.

備註

This property can be retrieved or set by any user.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

請參閱

參考

MergeSessionSummary 類別

Microsoft.SqlServer.Replication 命名空間