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