Share via


EntityStagingBatch.ErrorView Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the view that contains detailed error results.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ErrorView As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The view that contains detailed error results.

See Also

Reference

EntityStagingBatch Class

Microsoft.MasterDataServices.Services.DataContracts Namespace