DataSourceFieldMapping.FieldName-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the field name.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FieldName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
The field name.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace