Value 属性

Gets the object value that is the expression node constant.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property Value As Object
    Get
用法
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

属性值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。