この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Initializes a new instance of the BusinessLogicDataReader class.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Sub New ( _
resultSet As TempDBResultSet _
)
'使用
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
)
パラメーター
- resultSet
型: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.