StagingDataStatus 枚举
Contains values specifying a status indicating the success or failure of staging records.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingDataStatus
用法
Dim instance As StagingDataStatus
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingDataStatus
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingDataStatus
[<DataContractAttribute(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. |