共用方式為


StagingBatch.Errors 屬性

Gets or sets an array of error messages.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Errors As Collection(Of StagingBatchError)
    Get
    Set
'用途
Dim instance As StagingBatch
Dim value As Collection(Of StagingBatchError)

value = instance.Errors

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

屬性值

型別:System.Collections.ObjectModel.Collection<StagingBatchError>
A collection of type StagingBatchError.

請參閱

參考

StagingBatch 類別

Microsoft.MasterDataServices 命名空間