Partager via


Méthode DataSet.GetFieldNames

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 names of the dataset.

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

Syntaxe

'Déclaration
Public Function GetFieldNames As IEnumerable(Of String)
'Utilisation
Dim instance As DataSet 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetFieldNames()
public IEnumerable<string> GetFieldNames()
public:
IEnumerable<String^>^ GetFieldNames()
member GetFieldNames : unit -> IEnumerable<string> 
public function GetFieldNames() : IEnumerable<String>

Valeur de retour

Type : System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.

Voir aussi

Référence

DataSet Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel