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