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