Свойство EntityStagingBatch.ErrorView
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the view that contains detailed error results.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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.