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
i
Type : System.Int32Index de la colonne.
Valeur renvoyée
Type : System.String
Le nom de la colonne.