DataProvider.GetSchemaTable 方法

Gets a schema table that describes the column metadata. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function GetSchemaTable As DataTable
用法
Dim instance As DataProvider 
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 schema table that describes the column metadata.

实现

IDataReader.GetSchemaTable()

请参阅

参考

DataProvider 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间