Propriedade do RDL CreateFullTextIndexStatement.Options
Gets or sets the list of Optional CHANGE_TRACKING and STOPLIST options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic.IList<FullTextIndexOption>
The list of Optional CHANGE_TRACKING and STOPLIST options.