StagingBatchInformation クラス

定義

行数、データソース、前バッチを含むステージングバッチに関する統計情報のための読み取り専用コンテナを指定します。

public ref class StagingBatchInformation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="StagingBatchInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchInformation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="StagingBatchInformation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchInformation = class
    inherit DataContractBase
Public Class StagingBatchInformation
Inherits DataContractBase
継承
StagingBatchInformation
属性

コンストラクター

名前 説明
StagingBatchInformation()

StagingBatchInformation クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
BatchId

ステージングバッチの識別子を取得したり設定したりします。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
LastRunEndDate

ステージングバッチが実行された最後の日付と時間を取得または設定します。

LastRunStartDate

ステージングバッチが始まった最終日時を取得または設定します。

MemberAttributeErrorCount

エラーを引き起こした属性更新の回数を取得または設定します。

MemberAttributeTotalCount

試みられた属性更新の回数を取得または設定します。

MemberErrorCount

エラーが発生したメンバー数を取得または設定します。

MemberRelationshipErrorCount

エラーを引き起こした階層移動の数を取得または設定します。

MemberRelationshipTotalCount

試みた階層移動の数を取得または設定します。

MemberTotalCount

作成されるメンバー数を取得または設定します。

ModelName

モデル名を取得するか設定します。

PriorBatchId

現在のバッチが前のバッチの修正済みエラーレコードのリロードであれば、その識別子を取得したり設定したりします。

SourceId

バッチをソースシステムに関連付けるためのオプションの識別子を取得したり設定したりします。

Status

ステージングバッチのステータスを取得するか設定します。

VersionId

バージョンの識別子を取得したり設定したりします。

VersionName

バージョン名を取得するか設定します。

適用対象