Compartir a través de


DataSourceFieldMapping.FieldName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the field name.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property FieldName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The field name.

Vea también

Referencia

DataSourceFieldMapping Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts