Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.