IndexInfo.ToString 메서드
현재 IndexInfo를 나타내는 String을 반환합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As IndexInfo
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
반환 값
형식: System.String
현재 IndexInfo를 나타내는 문자열입니다.