Partager via


CreateFullTextIndexStatement.Options, propriété

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
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>

Sécurité .NET Framework

Voir aussi

Référence

CreateFullTextIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms