共用方式為


DataProvider.Depth 屬性

Gets the depth of nesting for the current row. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property Depth As Integer 
    Get
'用途
Dim instance As DataProvider 
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
An integer representing the depth of nesting for the current row.

實作

IDataReader.Depth

請參閱

參考

DataProvider 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間