Propriedade do RDL DataSourceFieldMapping.FieldName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the data source field mapping name.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.String
The data source field mapping name.