StopListFullTextIndexOption.StopListName Property
Gets or sets the name of the stop list.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property StopListName As Identifier
public Identifier StopListName { get; set; }
public:
property Identifier^ StopListName {
Identifier^ get ();
void set (Identifier^ value);
}
member StopListName : Identifier with get, set
function get StopListName () : Identifier
function set StopListName (value : Identifier)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier
.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.