Partager via


Propriété EntityStagingBatch.ErrorView

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the view that contains detailed error results.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ErrorView As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EntityStagingBatch Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts