StagingDataType Enumeration

 

Contains values specifying the staging data type.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingDataType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingDataType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingDataType
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public Enumeration StagingDataType

Members

Member name Description
All

All data types.

MemberAttributes

Member attributes.

Members

Members.

None

No data types.

Relationships

Relationships.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top