次の方法で共有


StagingGetRequest クラス

ステージング情報を取得するための条件を StagingResultCriteria で指定します。

継承階層

System.Object
  Microsoft.MasterDataServices.StagingGetRequest

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<MessageContractAttribute(WrapperName := "StagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class StagingGetRequest
'使用
Dim instance As StagingGetRequest
[MessageContractAttribute(WrapperName = "StagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class StagingGetRequest
[MessageContractAttribute(WrapperName = L"StagingGetRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class StagingGetRequest
[<MessageContractAttribute(WrapperName = "StagingGetRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type StagingGetRequest =  class end
public class StagingGetRequest

StagingGetRequest 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド StagingGetRequest() StagingGetRequest クラスの既定値を持つ新しいインスタンスを初期化します。
パブリック メソッド StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria) 指定されたカルチャ設定、バッチ化されていない項目の情報を含めるかどうかを示す値、ステージング結果条件、およびステージング検索条件を持つ StagingGetRequest クラスの新しいインスタンスを初期化します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

フィールド

  名前 説明
パブリック フィールド IncludeUnbatchedInformation バッチ化されていない項目の情報を含める場合は true、それ以外の場合は false です。
パブリック フィールド International カルチャ設定。
パブリック フィールド StagingResultCriteria 取得する結果を決定する条件。
パブリック フィールド StagingSearchCriteria 検索する内容を決定する条件。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices 名前空間