StagingGetRequest Class

Definition

Specifies the criteria in StagingResultCriteria for the retrieval of staging information.

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
Inheritance
StagingGetRequest
Attributes

Constructors

StagingGetRequest()

Initializes a new instance of the StagingGetRequest class that has default values.

StagingGetRequest(International, Boolean, StagingResultCriteria, StagingSearchCriteria)

Initializes a new instance of the StagingGetRequest class that has the specified cultural settings, a value indicating whether to include unbatched information, and staging result and staging search criteria.

Fields

IncludeUnbatchedInformation

If true, unbatched information is included; otherwise, false.

International

The cultural settings.

StagingResultCriteria

Criteria to determine what is returned.

StagingSearchCriteria

Criteria to determine what is searched for.

Applies to