Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the search condition.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Value As ValueExpression
Get
Set
'Usage
Dim instance As FullTextPredicate
Dim value As ValueExpression
value = instance.Value
instance.Value = value
public ValueExpression Value { get; set; }
public:
property ValueExpression^ Value {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member Value : ValueExpression with get, set
function get Value () : ValueExpression
function set Value (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The value of the search condition.