다음을 통해 공유


StagingBatch.Errors 속성

Gets or sets the related errors in the batch.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
    Get 
    Friend Set
‘사용 방법
Dim instance As StagingBatch 
Dim value As Collection(Of StagingBatchError)

value = instance.Errors
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<StagingBatchError> Errors { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<StagingBatchError^>^ Errors {
    Collection<StagingBatchError^>^ get ();
    internal: void set (Collection<StagingBatchError^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Errors : Collection<StagingBatchError> with get, internal set
function get Errors () : Collection<StagingBatchError>
internal function set Errors (value : Collection<StagingBatchError>)

속성 값

유형: System.Collections.ObjectModel.Collection<StagingBatchError>
The related errors in the batch.

참고 항목

참조

StagingBatch 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스