共用方式為


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 命名空間