Gets or sets the value of the search condition.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Value As ValueExpression
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The value of the search condition.