Freigeben über


ExpressionNodeConstant.Value-Eigenschaft

Gets the object value that is the expression node constant.

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

Syntax

'Declaration
Public ReadOnly Property Value As Object 
    Get
'Usage
Dim instance As ExpressionNodeConstant 
Dim value As Object 

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Eigenschaftswert

Typ: System.Object
A Object value that specifies the object that is the expression node constant.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ExpressionNodeConstant Klasse

Microsoft.SqlServer.Management.Dmf-Namespace