SyncException.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
用法
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);
}
/** @property */
public Object get_SyncStage ()

/** @property */
public void set_SyncStage (Object value)
public function get SyncStage () : Object

public function set SyncStage (value : Object)

属性值

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

备注

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

请参阅

参考

SyncException 类
SyncException 成员
Microsoft.Synchronization 命名空间