Compartilhar via


Propriedade do RDL SetStopListAlterFullTextIndexAction.StopListOption

Gets or sets the STOPLIST option.

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

Sintaxe

'Declaração
Public Property StopListOption As StopListFullTextIndexOption 
    Get 
    Set
'Uso
Dim instance As SetStopListAlterFullTextIndexAction 
Dim value As StopListFullTextIndexOption 

value = instance.StopListOption

instance.StopListOption = value
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 da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StopListFullTextIndexOption
The STOPLIST option.

Consulte também

Referência

SetStopListAlterFullTextIndexAction Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom