Share via


PublisherCommitTime 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property PublisherCommitTime As DateTime
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .DateTime
A DateTime value.

備註

This property can be accessed by any user.

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