SqlWorkbenchHierarchy.GetProperty Method
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
GetProperty(ISqlToolsHierNode, Int32, Object)
public:
virtual int GetProperty(Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ Node, int propid, [Runtime::InteropServices::Out] System::Object ^ % pobj);
public virtual int GetProperty(Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode Node, int propid, out object pobj);
abstract member GetProperty : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * int * obj -> int
override this.GetProperty : Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode * int * obj -> int
Public Overridable Function GetProperty (Node As ISqlToolsHierNode, propid As Integer, ByRef pobj As Object) As Integer
Parameters
- Node
- ISqlToolsHierNode
- propid
- Int32
- pobj
- Object
Returns
Applies to
GetProperty(UInt32, Int32, Object)
public:
virtual int GetProperty(System::UInt32 itemid, int propid, [Runtime::InteropServices::Out] System::Object ^ % pobj);
public virtual int GetProperty(uint itemid, int propid, out object pobj);
abstract member GetProperty : uint32 * int * obj -> int
override this.GetProperty : uint32 * int * obj -> int
Public Overridable Function GetProperty (itemid As UInteger, propid As Integer, ByRef pobj As Object) As Integer
Parameters
- itemid
- UInt32
- propid
- Int32
- pobj
- Object