IHierarchyNodeBuilder.GetCount 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索对象表示的节点的数目。
重载
GetCount(INodeInformation) |
检索对象表示的节点的数目。 |
GetCount(INodeInformation, Int32) |
检索对象中具有指定的源和深度的节点的数目。 |
GetCount(INodeInformation)
检索对象表示的节点的数目。
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
参数
- source
- INodeInformation
源信息。
返回
返回对象表示的节点的数目。
适用于
GetCount(INodeInformation, Int32)
检索对象中具有指定的源和深度的节点的数目。
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
参数
- source
- INodeInformation
源信息。
返回
具有指定的源和深度的节点的数目。