Count Propiedad
Gets the number of child expression nodes that are dependent on the parent node.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property Count As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Int32
An Int32 value that specifies the number of child expression nodes.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también