Propriedade SetStopListAlterFullTextIndexAction.StopListOption

Obtém ou define a opção STOPLIST.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property StopListOption As StopListFullTextIndexOption
    Get
    Set
public StopListFullTextIndexOption StopListOption { get; set; }
public:
property StopListFullTextIndexOption^ StopListOption {
    StopListFullTextIndexOption^ get ();
    void set (StopListFullTextIndexOption^ value);
}
member StopListOption : StopListFullTextIndexOption with get, set
function get StopListOption () : StopListFullTextIndexOption
function set StopListOption (value : StopListFullTextIndexOption)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.StopListFullTextIndexOption

Segurança do .NET Framework

Consulte também

Referência

SetStopListAlterFullTextIndexAction Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql