Właściwość DataProvider.Depth
Pobiera głębokość zagnieżdżenia dla bieżącego wiersza.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public ReadOnly Property Depth As Integer
Get
'Użycie
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
Wartość właściwości
Typ: System.Int32
Liczbę całkowitą reprezentującą głębokość zagnieżdżenia dla bieżącego wiersza.