FilterNodeConstant.Value Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the value of the constant.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Object
Get
'Usage
Dim instance As FilterNodeConstant
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
Property Value
Type: System.Object
An object that represents the value of the constant.