Właściwość ConditionedSqlList.Count
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera liczbę elementów na liście.
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 Count As Integer
Get
'Użycie
Dim instance As ConditionedSqlList
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Wartość właściwości
Typ: System.Int32
Liczba elementów na liście.
Zobacz także