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. |