Partager via


SessionId propriété

Gets or sets the identifier for the session.

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

Syntaxe

'Déclaration
Public Property SessionId As Integer
    Get
    Set
'Utilisation
Dim instance As MergeSessionSummary
Dim value As Integer

value = instance.SessionId

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

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value.

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.