次の方法で共有


BusinessLogicDataReader コンストラクター

この 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
)

パラメーター

関連項目

参照

BusinessLogicDataReader クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間