Share via


ResultTable.GetName - Méthode

Renvoie le nom de la colonne spécifiée.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetName ( _
    i As Integer _
) As String
'Utilisation
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As String

returnValue = instance.GetName(i)
public string GetName(
    int i
)

Paramètres

Valeur renvoyée

Type : System.String
Le nom de la colonne.

Implémentations

IDataRecord.GetName(Int32)

Voir aussi

Référence

ResultTable classe

ResultTable - Membres

Microsoft.Office.Server.Search.Query - Espace de noms