Share via


ExpressionNodeConstant Constructor

Initializes a new instance of the ExpressionNodeConstant class that has the specified object.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    obj As Object _
)
'Usage
Dim obj As Object

Dim instance As New ExpressionNodeConstant(obj)
public ExpressionNodeConstant(
    Object obj
)
public:
ExpressionNodeConstant(
    Object^ obj
)
new : 
        obj:Object -> ExpressionNodeConstant
public function ExpressionNodeConstant(
    obj : Object
)

Parameters

Remarks

The default constructor initializes any fields to their default values.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.