Partager via


Propriété MergeSessionSummary.CurrentPhase

Gets or sets the current phase of an active session.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property CurrentPhase As MergeSessionPhase 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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.

Voir aussi

Référence

MergeSessionSummary Classe

Espace de noms Microsoft.SqlServer.Replication