次の方法で共有


BusinessLogicDataReader.Depth プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets a value indicating the depth of nesting for the current row.

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public ReadOnly Property Depth As Integer 
    Get
'使用
Dim instance As BusinessLogicDataReader 
Dim value As Integer 

value = instance.Depth
public int Depth { get; }
public:
virtual property int Depth {
    int get () sealed;
}
abstract Depth : int 
override Depth : int
final function get Depth () : int

プロパティ値

型: System.Int32
The depth of nesting for the current row.

実装

IDataReader.Depth

関連項目

参照

BusinessLogicDataReader クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間