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 | |
---|---|---|
DataSourceFieldMapping | Infrastruttura. Initializes a new instances of the DataSourceFieldMapping class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DomainId | Infrastruttura. Gets or sets the domain identifier for the data source field mapping. | |
ExtensionData | Infrastruttura. Gets or sets the extension data for the data source field mapping. | |
FieldName | Infrastruttura. Gets or sets the data source field mapping name. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.