GetValue méthode
Gets a value of the data value at the specified column position.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Public Function GetValue ( _
ordinal As Integer _
) As Object
'Utilisation
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Object
returnValue = instance.GetValue(ordinal)
public Object GetValue(
int ordinal
)
public:
virtual Object^ GetValue(
int ordinal
) sealed
abstract GetValue :
ordinal:int -> Object
override GetValue :
ordinal:int -> Object
public final function GetValue(
ordinal : int
) : Object
Paramètres
- ordinal
Type : System. . :: . .Int32
Valeur de retour
Type : System. . :: . .Object
An Object system value that represents the data at the specified column position.
Implémente
Voir aussi