ExpressionNodeConstant-Klasse
The ExpressionNodeConstant object represents an objectthat is used in an expression.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public NotInheritable Class ExpressionNodeConstant _
Inherits ExpressionNode
'Usage
Dim instance As ExpressionNodeConstant
public sealed class ExpressionNodeConstant : ExpressionNode
public ref class ExpressionNodeConstant sealed : public ExpressionNode
[<SealedAttribute>]
type ExpressionNodeConstant =
class
inherit ExpressionNode
end
public final class ExpressionNodeConstant extends ExpressionNode
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
Microsoft.SqlServer.Management.Dmf..::..ExpressionNodeConstant
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.