Compartir a través de


CreateFullTextIndexStatement.Options Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

CreateFullTextIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom