Condividi tramite


Classe DataSourceFieldMapping

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the field mapping for the data source.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.DataSourceFieldMapping

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "DataSourceFieldMapping", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DataSourceFieldMapping _
    Implements IExtensibleDataObject
'Utilizzo
Dim instance As DataSourceFieldMapping
[DataContractAttribute(Name = "DataSourceFieldMapping", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataSourceFieldMapping : IExtensibleDataObject
[DataContractAttribute(Name = L"DataSourceFieldMapping", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DataSourceFieldMapping : IExtensibleDataObject
[<DataContractAttribute(Name = "DataSourceFieldMapping", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataSourceFieldMapping =  
    class
        interface IExtensibleDataObject
    end
public class DataSourceFieldMapping implements IExtensibleDataObject

Nel tipo DataSourceFieldMapping sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataSourceFieldMapping Infrastruttura. Initializes a new instances of the DataSourceFieldMapping class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DomainId Infrastruttura. Gets or sets the domain identifier for the data source field mapping.
Proprietà pubblica ExtensionData Infrastruttura. Gets or sets the extension data for the data source field mapping.
Proprietà pubblica FieldName Infrastruttura. Gets or sets the data source field mapping name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices