SyncFromAllServersErrorInformation.SourceServer 属性

定义

获取出现 SyncFromAllServersOperationException 异常的源服务器的名称。

public:
 property System::String ^ SourceServer { System::String ^ get(); };
public string SourceServer { get; }
public string? SourceServer { get; }
member this.SourceServer : string
Public ReadOnly Property SourceServer As String

属性值

SyncFromAllServersOperationException 异常所涉及的源服务器的名称。

适用于