共用方式為


AdomdDataReader.Depth 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

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

實作

IDataReader.Depth

請參閱

參考

AdomdDataReader 類別

Microsoft.AnalysisServices.AdomdClient 命名空間