Partilhar via


Propriedade do RDL ScriptOption.FullTextStopLists

Gets an object value that specifies whether full-text stop lists are included in the generated script.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property FullTextStopLists As ScriptOption 
    Get
'Uso
Dim value As ScriptOption 

value = ScriptOption.FullTextStopLists
public static ScriptOption FullTextStopLists { get; }
public:
static property ScriptOption^ FullTextStopLists {
    ScriptOption^ get ();
}
static member FullTextStopLists : ScriptOption
static function get FullTextStopLists () : ScriptOption

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents full-text stop lists in scripting options.

Exemplos

Gerando scripts

Consulte também

Referência

ScriptOption Classe

Namespace Microsoft.SqlServer.Management.Smo