SqlWorkbenchHierarchy.GetProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| GetProperty(ISqlToolsHierNode, Int32, Object) | |
| GetProperty(UInt32, Int32, Object) |
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
Paramètres
- Node
- ISqlToolsHierNode
- propid
- Int32
- pobj
- Object
Retours
S’applique à
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
Paramètres
- itemid
- UInt32
- propid
- Int32
- pobj
- Object