AdomdDataReader.Depth 属性
获取一个值,该值指示当前行的嵌套深度。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.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
属性值
类型:Int32
一个整数,它包含当前行的嵌套深度。
实现
IDataReaderDepth