次の方法で共有


StagingBatch.Errors プロパティ

エラー メッセージの配列を取得または設定します。

名前空間:  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>
StagingBatchError 型のコレクション。

関連項目

参照

StagingBatch クラス

Microsoft.MasterDataServices 名前空間