Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the end time of the session.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property EndTime As DateTime
Get
Set
'Usage
Dim instance As MergeSessionSummary
Dim value As DateTime
value = instance.EndTime
instance.EndTime = value
public DateTime EndTime { get; set; }
public:
property DateTime EndTime {
DateTime get ();
void set (DateTime value);
}
member EndTime : DateTime with get, set
function get EndTime () : DateTime
function set EndTime (value : DateTime)
Property Value
Type: System.DateTime
A DateTime value.
Remarks
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.