Udostępnij za pośrednictwem


Konstruktor BusinessLogicDataReader

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 Sub New ( _
    resultSet As TempDBResultSet _
)
'Użycie
Dim resultSet As TempDBResultSet

Dim instance As New BusinessLogicDataReader(resultSet)
public BusinessLogicDataReader(
    TempDBResultSet resultSet
)
public:
BusinessLogicDataReader(
    TempDBResultSet^ resultSet
)
new : 
        resultSet:TempDBResultSet -> BusinessLogicDataReader
public function BusinessLogicDataReader(
    resultSet : TempDBResultSet
)