FullTextPredicate.Value Property
SQL Server 2012
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)
'Declaration Public Property Value As ValueExpression Get Set 'Usage Dim instance As FullTextPredicate Dim value As ValueExpression value = instance.Value instance.Value = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpressionThe value of the search condition.
