行数、データ ソース、以前のバッチなど、ステージング バッチに関する統計情報の読み取り専用コンテナーを表します。
継承階層
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.StagingBatchInformation
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)
構文
'宣言
<DataContractAttribute(Name := "StagingBatchInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StagingBatchInformation _
Inherits DataContractBase
'使用
Dim instance As StagingBatchInformation
[DataContractAttribute(Name = "StagingBatchInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingBatchInformation : DataContractBase
[DataContractAttribute(Name = L"StagingBatchInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class StagingBatchInformation : public DataContractBase
[<DataContractAttribute(Name = "StagingBatchInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingBatchInformation =
class
inherit DataContractBase
end
public class StagingBatchInformation extends DataContractBase
StagingBatchInformation 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
StagingBatchInformation | StagingBatchInformation クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
BatchId | ステージング バッチのバッチ識別子を取得または設定します。 |
![]() |
LastRunEndDate | ステージング バッチが前回完了した日付と時刻を取得または設定します。 |
![]() |
LastRunStartDate | ステージング バッチが前回開始した日付と時刻を取得または設定します。 |
![]() |
MemberAttributeErrorCount | ステージング バッチ内のすべての属性エラー レコードの数を取得または設定します。 |
![]() |
MemberAttributeTotalCount | ステージング バッチ内のすべての属性レコードの数を取得または設定します。 |
![]() |
MemberErrorCount | エラーのあるメンバーの数を取得または設定します。 |
![]() |
MemberRelationshipErrorCount | ステージング バッチ内のすべてのリレーションシップ エラー レコードの数を取得または設定します。 |
![]() |
MemberRelationshipTotalCount | ステージング バッチ内のすべてのリレーションシップ レコードの数を取得または設定します。 |
![]() |
MemberTotalCount | ステージング バッチ内のすべてのメンバーの数を取得または設定します。 |
![]() |
ModelName | ステージング バッチのモデルの名前を取得または設定します。 |
![]() |
PriorBatchId | 現在のバッチが以前のバッチのエラー修正レコードの再読み込みである場合、以前に試行したバッチの識別子を取得または設定します。 |
![]() |
SourceId | ステージング バッチのソース識別子を取得または設定します。 |
![]() |
Status | ステージング バッチの状態を取得または設定します。 |
![]() |
VersionId | ステージング バッチのバージョン識別子を取得または設定します。 |
![]() |
VersionName | ステージング バッチのバージョン名を取得または設定します。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
SetProperty<T> | インフラストラクチャです。指定した値を使用してプロパティを設定します。 (DataContractBase から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)