EntityStagingGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an entity staging get return object.
public ref class EntityStagingGetResponse
[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="EntityStagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingGetResponse
[<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="EntityStagingGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingGetResponse = class
Public Class EntityStagingGetResponse
- Inheritance
-
EntityStagingGetResponse
- Attributes
Constructors
EntityStagingGetResponse() |
Initializes a new instance of the EntityStagingGetResponse class. |
EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult) |
Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result. |
Fields
BatchCount |
Specifies the total number of batches. |
Batches |
Specifies a list of entity staging batches. |
OperationResult |
Specifies the operation result. |