英語で読む

次の方法で共有


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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices 名前空間