IHierarchyNodeBuilder.GetCount Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.
Mengembalikan
Jumlah simpul dengan sumber dan kedalaman yang ditentukan.