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
プロパティ値
型: System. . :: . .Int32
現在の行の入れ子の深さを表す Integer です。