BusinessLogicDataReader.GetSchemaTable 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Returns a DataTable that describes the column metadata.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

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

实现

IDataReader.GetSchemaTable()

请参阅

参考

BusinessLogicDataReader 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间