ExpressionNodeConstant constructeur
Initializes a new instance of the ExpressionNodeConstant class that has the specified object.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
obj As Object _
)
'Utilisation
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
)
Paramètres
- obj
Type : System. . :: . .Object
An Object value that specifies the object.
Notes
Le constructeur par défaut rétablit les valeurs par défaut de tous les champs.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.