DependencyTree.Count Propiedad
Gets the total number of DependencyTreeNode objects in the DependencyTree object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Count As Integer
Get
'Uso
Dim instance As DependencyTree
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 integer value that specifies the total number of DependencyTreeNode objects in the DependencyTree object.