StagingGetResponse クラス
操作結果と配列を含む応答を表します。配列にはステージング バッチ情報が含まれています。
継承階層
System.Object
Microsoft.MasterDataServices.StagingGetResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "StagingGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingGetResponse
'使用
Dim instance As StagingGetResponse
[MessageContractAttribute(WrapperName = "StagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class StagingGetResponse
[MessageContractAttribute(WrapperName = L"StagingGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class StagingGetResponse
[<MessageContractAttribute(WrapperName = "StagingGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type StagingGetResponse = class end
public class StagingGetResponse
StagingGetResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
StagingGetResponse() | StagingGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。 | |
StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>) | 指定されたバッチ一覧、操作結果、およびバッチ化されていない項目の情報を使用して StagingGetResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
Batches | 返されるバッチ一覧。 | |
OperationResult | 追跡およびログ記録の一意の ID を含む操作結果。 | |
UnbatchedInformation | バッチに関連付けられていないステージング システム内のレコードの概要情報。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。