Свойство 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.