ChangesFailed 属性
获取或设置在会话期间未应用的变更的总数。
命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)
语法
声明
Public Property ChangesFailed As UInteger
Get
Set
用法
Dim instance As SyncSessionStatistics
Dim value As UInteger
value = instance.ChangesFailed
instance.ChangesFailed = value
public uint ChangesFailed { get; set; }
public:
property unsigned int ChangesFailed {
unsigned int get ();
void set (unsigned int value);
}
member ChangesFailed : uint32 with get, set
function get ChangesFailed () : uint
function set ChangesFailed (value : uint)
属性值
类型:System. . :: . .UInt32
在会话期间未应用的变更的总数。
注释
此值是项变更加上变更单位变更的总和。