Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingDataStatus
'Usage
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
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
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace