EntityStagingProcessResponse クラス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
エンティティ ステージング処理のメンバー応答のメッセージ コントラクトを表します。
System.Object
Microsoft.MasterDataServices.EntityStagingProcessResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
'宣言
<MessageContractAttribute(WrapperName := "EntityStagingProcessResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityStagingProcessResponse
'使用
Dim instance As EntityStagingProcessResponse
[MessageContractAttribute(WrapperName = "EntityStagingProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class EntityStagingProcessResponse
[MessageContractAttribute(WrapperName = L"EntityStagingProcessResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class EntityStagingProcessResponse
[<MessageContractAttribute(WrapperName = "EntityStagingProcessResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type EntityStagingProcessResponse = class end
public class EntityStagingProcessResponse
EntityStagingProcessResponse 型は、以下のメンバーを公開しています。
名前 | 説明 | |
---|---|---|
![]() |
EntityStagingProcessResponse() | インフラストラクチャです。 EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。 |
![]() |
EntityStagingProcessResponse(Int32, OperationResult) | インフラストラクチャです。指定したバッチ ID と操作結果がある EntityStagingProcessResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
名前 | 説明 | |
---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
名前 | 説明 | |
---|---|---|
![]() |
BatchId | インフラストラクチャです。バッチに提供される結果のバッチ ID を指定します。 |
![]() |
OperationResult | インフラストラクチャです。操作結果を指定します。 |
先頭に戻る
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。