GetSchemaTable 메서드
Gets a table that describes the schema.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)
구문
‘선언
Public Function GetSchemaTable As DataTable
‘사용 방법
Dim instance As TraceReader
Dim returnValue As DataTable
returnValue = instance.GetSchemaTable()
public DataTable GetSchemaTable()
public:
virtual DataTable^ GetSchemaTable() sealed
abstract GetSchemaTable : unit -> DataTable
override GetSchemaTable : unit -> DataTable
public final function GetSchemaTable() : DataTable
반환 값
유형: System.Data. . :: . .DataTable
A DataTable system object value that specifies a description of the schema.