StagingDataStatus Enumeration

 

Contains values specifying a status indicating the success or failure of staging records.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingDataStatus
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingDataStatus
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingDataStatus
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Enumeration StagingDataStatus

Members

Member name Description
All

Inclusive of successful and error records.

Error

Staging records that did not load.

Successful

Staging records that were loaded successfully.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top