SyncStage 属性

注意:此 API 现已过时。 未过时的替代项是 [Microsoft.Synchronization.Data.DataSyncException.SyncStage]。

获取或设置表示出现错误的同步阶段的 SyncStage 枚举值。

命名空间:  Microsoft.Synchronization
程序集:  Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)

语法

声明
<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.",  _
    True)> _
Public Property SyncStage As Object
    Get
    Set
用法
Dim instance As SyncException
Dim value As Object

value = instance.SyncStage

instance.SyncStage = value
[ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
    true)]
public Object SyncStage { get; set; }
[ObsoleteAttribute(L"You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
    true)]
public:
property Object^ SyncStage {
    Object^ get ();
    void set (Object^ value);
}
[<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
    true)>]
member SyncStage : Object with get, set
function get SyncStage () : Object
function set SyncStage (value : Object)

属性值

类型:System. . :: . .Object
返回表示出现错误的同步阶段的 SyncStage 枚举值。此成员已过时,且始终返回 nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing)。

注释

此成员已过时,不应继续使用。请改用 Microsoft.Synchronization.Data.DataSyncException

请参阅

参考

SyncException类

SyncException 成员

Microsoft.Synchronization 命名空间