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.