Proprietà TracerToken.PublisherCommitTime

Gets or sets the time at which the tracer record was committed at the Publisher.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property PublisherCommitTime As DateTime 
    Get 
    Set
'Utilizzo
Dim instance As TracerToken 
Dim value As DateTime 

value = instance.PublisherCommitTime

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

Valore proprietà

Tipo: System.DateTime
A DateTime value.

Osservazioni

This property can be accessed by any user.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Vedere anche

Riferimento

TracerToken Classe

Spazio dei nomi Microsoft.SqlServer.Replication