Partager via


Méthode DataSet.GetFieldByName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the field by using the specified name.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function GetFieldByName ( _
    name As String _
) As Field
'Utilisation
Dim instance As DataSet 
Dim name As String 
Dim returnValue As Field 

returnValue = instance.GetFieldByName(name)
public Field GetFieldByName(
    string name
)
public:
Field^ GetFieldByName(
    String^ name
)
member GetFieldByName : 
        name:string -> Field
public function GetFieldByName(
    name : String
) : Field

Paramètres

Valeur de retour

Type : Microsoft.ReportingServices.RdlObjectModel.Field
A Field object.

Voir aussi

Référence

DataSet Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel