DataSourceFieldMapping Class

Definition

Represents the field mapping for the data source.

public ref class DataSourceFieldMapping : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DataSourceFieldMapping", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataSourceFieldMapping : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DataSourceFieldMapping", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataSourceFieldMapping = class
    interface IExtensibleDataObject
Public Class DataSourceFieldMapping
Implements IExtensibleDataObject
Inheritance
DataSourceFieldMapping
Attributes
Implements

Constructors

DataSourceFieldMapping()

Initializes a new instances of the DataSourceFieldMapping class.

Properties

DomainId

Gets or sets the domain identifier for the data source field mapping.

ExtensionData

Gets or sets the extension data for the data source field mapping.

FieldName

Gets or sets the data source field mapping name.

Applies to