StagingDataStatus Enumeration

 

Contains values that indicate the success or failure of staging records.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

[DataContractAttribute(Name = "StagingDataStatus", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingDataStatus

Member nameDescription
All

Inclusive of successful and error records.

Error

Staging records that did not load.

Successful

Staging records that were loaded successfully.

Return to top
Show: