BusinessLogicDataReader.GetSchemaTable Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Returns a DataTable that describes the column metadata.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function GetSchemaTable As DataTable
'Usage
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

Return Value

Type: System.Data.DataTable
A DataTable that describes the column metadata.

Implements

IDataReader.GetSchemaTable()

See Also

Reference

BusinessLogicDataReader Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace