Partager via


Propriété DataSourceFieldMapping.FieldName

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

Gets or sets the data source field mapping name.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property FieldName As String
    Get
    Set
'Utilisation
Dim instance As DataSourceFieldMapping
Dim value As String

value = instance.FieldName

instance.FieldName = value
[DataMemberAttribute]
public string FieldName { get; set; }
[DataMemberAttribute]
public:
property String^ FieldName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member FieldName : string with get, set
function get FieldName () : String
function set FieldName (value : String)

Valeur de propriété

Type : System.String
The data source field mapping name.

Voir aussi

Référence

DataSourceFieldMapping Classe

Espace de noms Microsoft.MasterDataServices