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 data source field mapping name.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 data source field mapping name.

Vea también

Referencia

DataSourceFieldMapping Clase

Espacio de nombres Microsoft.MasterDataServices