Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetSchemaTable

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function GetSchemaTable As DataTable
'Użycie
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

Wartość zwracana

Typ: System.Data.DataTable

Implementacje

IDataReader.GetSchemaTable()