Partilhar via


Propriedade do RDL EntityStagingBatch.ErrorView

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the view that contains detailed error results.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property ErrorView As String
    Get
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices