Перечисление StagingDataStatus

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "StagingDataStatus", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingDataStatus
'Применение
Dim instance As StagingDataStatus
[DataContractAttribute(Name = "StagingDataStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingDataStatus
[DataContractAttribute(Name = L"StagingDataStatus", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingDataStatus
[<DataContractAttribute(Name = "StagingDataStatus", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingDataStatus
public enum StagingDataStatus

Элементы

Имя элемента Описание
All Inclusive of successful and error records.
Successful Staging records that were loaded successfully.
Error Staging records that did not load.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices