StagingGetRequest Class
Specifies the criteria in StagingResultCriteria for the retrieval of staging information.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.StagingGetRequest
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageContractAttribute(WrapperName := "StagingGetRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class StagingGetRequest
'Usage
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
The StagingGetRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.