次の方法で共有


AddError メソッド (StagingBatchError)

警告として扱う StagingBatchError オブジェクトのコレクションにエラーを追加します。

名前空間:  Microsoft.MasterDataServices.Deployment
アセンブリ:  Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)

構文

'宣言
Public Sub AddError ( _
    error As StagingBatchError _
)
'使用
Dim instance As Warnings
Dim error As StagingBatchError

instance.AddError(error)
public void AddError(
    StagingBatchError error
)
public:
void AddError(
    StagingBatchError^ error
)
member AddError : 
        error:StagingBatchError -> unit 
public function AddError(
    error : StagingBatchError
)

パラメーター