ExpressionNode.SetProperties Method
Sets property values.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Overridable Sub SetProperties
'Usage
Me.SetProperties()
protected virtual void SetProperties()
protected:
virtual void SetProperties()
abstract SetProperties : unit -> unit
override SetProperties : unit -> unit
protected function SetProperties()