Partager via


Classe DataSourceFieldMapping

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the field mapping for the data source.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataSourceFieldMapping

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "DataSourceFieldMapping", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DataSourceFieldMapping _
    Implements IExtensibleDataObject
'Utilisation
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

Le type DataSourceFieldMapping expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataSourceFieldMapping Infrastructure. Initializes a new instances of the DataSourceFieldMapping class.

Haut de la page

Propriétés

  Nom Description
Propriété publique DomainId Infrastructure. Gets or sets the domain identifier for the data source field mapping.
Propriété publique ExtensionData Infrastructure. Gets or sets the extension data for the data source field mapping.
Propriété publique FieldName Infrastructure. Gets or sets the data source field mapping name.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices