TraceReader.GetString 方法
Gets a String value at the specified column position.
命名空间: Microsoft.SqlServer.Management.Trace
程序集: Microsoft.SqlServer.ConnectionInfoExtended(在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)
语法
声明
Public Function GetString ( _
ordinal As Integer _
) As String
用法
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As String
returnValue = instance.GetString(ordinal)
public string GetString(
int ordinal
)
public:
virtual String^ GetString(
int ordinal
) sealed
abstract GetString :
ordinal:int -> string
override GetString :
ordinal:int -> string
public final function GetString(
ordinal : int
) : String
参数
- ordinal
类型:System.Int32
An Int32 value that specifies the column position at which to retrieve the data.
返回值
类型:System.String
A String value that represents the data at the specified column position.
实现
示例
请参阅
参考
Microsoft.SqlServer.Management.Trace 命名空间