HierarchyNode Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| HierarchyNode() | |
| HierarchyNode(GetStringDelegate) |
HierarchyNode()
protected:
HierarchyNode();
protected HierarchyNode ();
Protected Sub New ()
Applies to
HierarchyNode(GetStringDelegate)
protected:
HierarchyNode(Microsoft::SqlServer::Management::UI::VSIntegration::GetStringDelegate ^ getString);
protected HierarchyNode (Microsoft.SqlServer.Management.UI.VSIntegration.GetStringDelegate getString);
new Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNode : Microsoft.SqlServer.Management.UI.VSIntegration.GetStringDelegate -> Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNode
Protected Sub New (getString As GetStringDelegate)
Parameters
- getString
- GetStringDelegate