ResultTable.GetInt64 - Méthode
Renvoie la valeur de nombre entier signé de 64 bits 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 GetInt64 ( _
i As Integer _
) As Long
'Utilisation
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Long
returnValue = instance.GetInt64(i)
public long GetInt64(
int i
)
Paramètres
i
Type : System.Int32Index de la colonne.
Valeur renvoyée
Type : System.Int64
La valeur de la colonne.