Freigeben über


MergeSessionSummary.StartTime-Eigenschaft

Gets or sets the starting time for the session.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Property StartTime As DateTime 
    Get 
    Set
'Usage
Dim instance As MergeSessionSummary 
Dim value As DateTime 

value = instance.StartTime

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

Eigenschaftswert

Typ: System.DateTime
A DateTime value.

Hinweise

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.

Siehe auch

Verweis

MergeSessionSummary Klasse

Microsoft.SqlServer.Replication-Namespace