Свойство Count
Gets the number of child expression nodes that are dependent on the parent node.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public ReadOnly Property Count As Integer
Get
'Применение
Dim instance As ExpressionNodeChildren
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that specifies the number of child expression nodes.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также