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 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.