Свойство EntityStagingBatch.ErrorView

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the view that contains detailed error results.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property ErrorView As String 
    Get 
    Set
'Применение
Dim instance As EntityStagingBatch 
Dim value As String 

value = instance.ErrorView

instance.ErrorView = value
[DataMemberAttribute]
public string ErrorView { get; set; }
[DataMemberAttribute]
public:
property String^ ErrorView {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ErrorView : string with get, set
function get ErrorView () : String 
function set ErrorView (value : String)

Значение свойства

Тип: System.String
The view that contains detailed error results.

См. также

Справочник

EntityStagingBatch Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts