FullTextStopListAction.LanguageTerm Property

Gets or sets the language term, identifier or literal of type integer, string or hexadecimal. Optional may be nulla null reference (Nothing in Visual Basic).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property LanguageTerm As IdentifierOrValueExpression 
    Get 
    Set
'Usage
Dim instance As FullTextStopListAction 
Dim value As IdentifierOrValueExpression 

value = instance.LanguageTerm

instance.LanguageTerm = value
public IdentifierOrValueExpression LanguageTerm { get; set; }
public:
property IdentifierOrValueExpression^ LanguageTerm {
    IdentifierOrValueExpression^ get ();
    void set (IdentifierOrValueExpression^ value);
}
member LanguageTerm : IdentifierOrValueExpression with get, set
function get LanguageTerm () : IdentifierOrValueExpression 
function set LanguageTerm (value : IdentifierOrValueExpression)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The language term.

See Also

Reference

FullTextStopListAction Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace