IHierarchyNodeBuilder.GetCount Metode

Definisi

Mengambil jumlah simpul yang diwakili objek.

Overload

GetCount(INodeInformation)

Mengambil jumlah simpul yang diwakili objek.

GetCount(INodeInformation, Int32)

Mengambil jumlah simpul dalam objek dengan sumber dan kedalaman yang ditentukan.

GetCount(INodeInformation)

Mengambil jumlah simpul yang diwakili objek.

public:
 int GetCount(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public int GetCount (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetCount : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> int
Public Function GetCount (source As INodeInformation) As Integer

Parameter

source
INodeInformation

Informasi sumber.

Mengembalikan

Mengembalikan jumlah simpul yang diwakili objek.

Berlaku untuk

GetCount(INodeInformation, Int32)

Mengambil jumlah simpul dalam objek dengan sumber dan kedalaman yang ditentukan.

public:
 int GetCount(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, int depth);
public int GetCount (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, int depth);
abstract member GetCount : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * int -> int
Public Function GetCount (source As INodeInformation, depth As Integer) As Integer

Parameter

source
INodeInformation

Informasi sumber.

depth
Int32

Nilai Int32 yang berisi jumlah elemen.

Mengembalikan

Jumlah simpul dengan sumber dan kedalaman yang ditentukan.

Berlaku untuk