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.