Freigeben über


DataSet.GetDataFieldByFieldName-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the data field by using the specified field name.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function GetDataFieldByFieldName ( _
    fieldName As String _
) As String
'Usage
Dim instance As DataSet 
Dim fieldName As String 
Dim returnValue As String 

returnValue = instance.GetDataFieldByFieldName(fieldName)
public string GetDataFieldByFieldName(
    string fieldName
)
public:
String^ GetDataFieldByFieldName(
    String^ fieldName
)
member GetDataFieldByFieldName : 
        fieldName:string -> string
public function GetDataFieldByFieldName(
    fieldName : String
) : String

Parameter

Rückgabewert

Typ: System.String
The data field.

Siehe auch

Verweis

DataSet Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace