Share via


IDSRefProvider.SetProperty(IntPtr, Guid, Object) Method

Definition

Sets the GUID and value of the catalog or database property for a specified node.

public:
 void SetProperty(IntPtr drnidCurr, Guid % guidProp, System::Object ^ varPropValue);
public void SetProperty (IntPtr drnidCurr, ref Guid guidProp, object varPropValue);
abstract member SetProperty : nativeint * Guid * obj -> unit
Public Sub SetProperty (drnidCurr As IntPtr, ByRef guidProp As Guid, varPropValue As Object)

Parameters

drnidCurr
IntPtr

nativeint

The DSREFNODEID of the node whose property is to be set.

guidProp
Guid

The REFGUID of the property to be set for the specified node.

varPropValue
Object

A VARIANT value of the property to be set for the specified node.

Applies to