SqlWorkbenchHierarchy.SetProperty Metodo

Definizione

Overload

SetProperty(ISqlToolsHierNode, Int32, Object)
SetProperty(UInt32, Int32, Object)

SetProperty(ISqlToolsHierNode, Int32, Object)

public:
 virtual int SetProperty(Microsoft::SqlServer::Management::UI::VSIntegration::ISqlToolsHierNode ^ Node, int propid, System::Object ^ obj);
public virtual int SetProperty (Microsoft.SqlServer.Management.UI.VSIntegration.ISqlToolsHierNode Node, int propid, object obj);
Public Overridable Function SetProperty (Node As ISqlToolsHierNode, propid As Integer, obj As Object) As Integer

Parametri

propid
Int32
obj
Object

Restituisce

Int32

Si applica a

SetProperty(UInt32, Int32, Object)

public:
 virtual int SetProperty(System::UInt32 itemid, int propid, System::Object ^ obj);
public virtual int SetProperty (uint itemid, int propid, object obj);
Public Overridable Function SetProperty (itemid As UInteger, propid As Integer, obj As Object) As Integer

Parametri

itemid
UInt32
propid
Int32
obj
Object

Restituisce

Int32

Implementazioni

Si applica a