StagingGetRequest 类

定义

指定 StagingResultCriteria 中的条件以检索临时信息。

public ref class StagingGetRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class StagingGetRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="StagingGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingGetRequest = class
Public Class StagingGetRequest
继承
StagingGetRequest
属性

构造函数

StagingGetRequest()

初始化具有默认值的 StagingGetRequest 类的新实例。

StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria)

初始化 StagingGetRequest 类的新实例,它具有指定的区域性、指示是否包括未批处理信息的值以及临时结果和临时搜索条件。

字段

IncludeUnbatchedInformation

如果为 true,则包含未批处理的信息;否则为 false

International

区域性设置。

StagingResultCriteria

确定所返回内容的条件。

StagingSearchCriteria

确定所搜索内容的条件。

适用于