ExpressionNodeConstant-Konstruktor
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
)
Parameter
- obj
Typ: System. . :: . .Object
An Object value that specifies the object.
Hinweise
Der Standardkonstruktor initialisiert alle Felder mit ihren Standardwerten.
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.