FullTextStopListAction.LanguageTerm Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property LanguageTerm As TSqlFragment
'Usage
Dim instance As FullTextStopListAction
Dim value As TSqlFragment
value = instance.LanguageTerm
instance.LanguageTerm = value
public TSqlFragment LanguageTerm { get; set; }
public:
property TSqlFragment^ LanguageTerm {
TSqlFragment^ get ();
void set (TSqlFragment^ value);
}
public function get LanguageTerm () : TSqlFragment
public function set LanguageTerm (value : TSqlFragment)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.