Partager via


Propriété CreateFullTextIndexStatement.Options

Gets or sets the list of Optional CHANGE_TRACKING and STOPLIST options.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
'Utilisation
Dim instance As CreateFullTextIndexStatement 
Dim value As IList(Of FullTextIndexOption)

value = instance.Options
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
    IList<FullTextIndexOption^>^ get ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>

Valeur de propriété

Type : System.Collections.Generic.IList<FullTextIndexOption>
The list of Optional CHANGE_TRACKING and STOPLIST options.

Voir aussi

Référence

CreateFullTextIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom