Метод GetOrdinal
Gets the ordinal value of the data value at the specified column position.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public Function GetOrdinal ( _
name As String _
) As Integer
'Применение
Dim instance As TraceReader
Dim name As String
Dim returnValue As Integer
returnValue = instance.GetOrdinal(name)
public int GetOrdinal(
string name
)
public:
virtual int GetOrdinal(
String^ name
) sealed
abstract GetOrdinal :
name:string -> int
override GetOrdinal :
name:string -> int
public final function GetOrdinal(
name : String
) : int
Параметры
- name
Тип: System. . :: . .String
An Int32 value that specifies the column position of the data.
Возвращаемое значение
Тип: System. . :: . .Int32
An Int32 value that specifies the ordinal value at the specified column position.
Реализует
См. также