Compartir a través de


MergeSessionSummary.StartTime Propiedad

Gets or sets the starting time for the session.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property StartTime As DateTime 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.DateTime
A DateTime value.

Comentarios

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.

Vea también

Referencia

MergeSessionSummary Clase

Espacio de nombres Microsoft.SqlServer.Replication