次の方法で共有


StagingBatchError クラス

ステージング バッチ内のメンバーに関連付けられている処理エラーを指定します。

継承階層

System. . :: . .Object
  Microsoft.MasterDataServices..::..StagingBatchError

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

構文

'宣言
<DataContractAttribute(Name := "StagingBatchError", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchError _
    Implements IExtensibleDataObject
'使用
Dim instance As StagingBatchError
[DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchError : IExtensibleDataObject
[DataContractAttribute(Name = L"StagingBatchError", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchError : IExtensibleDataObject
[<DataContractAttribute(Name = "StagingBatchError", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchError =  
    class
        interface IExtensibleDataObject
    end
public class StagingBatchError implements IExtensibleDataObject

StagingBatchError 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド StagingBatchError StagingBatchError クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeId 更新される属性の ID を取得または設定します。
パブリック プロパティ EntityId 更新されるエンティティの ID を取得または設定します。
パブリック プロパティ ErrorCode エラーに関連付けられているエラー コードを取得または設定します。
パブリック プロパティ ExtensionData 追加のデータを含むオブジェクトを取得または設定します。
パブリック プロパティ HierarchyId 更新される階層の ID を取得または設定します。
パブリック プロパティ MemberId 更新されるメンバーの ID を取得または設定します。
パブリック プロパティ Message エラーの説明を取得または設定します。
パブリック プロパティ TargetCode ターゲット コードを取得または設定します。
パブリック プロパティ TargetType ターゲットの種類を取得または設定します。
パブリック プロパティ VersionId 更新されるバージョンの ID を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。