Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the list of Optional CHANGE_TRACKING and STOPLIST options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
Get
'Usage
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>
Eigenschaftswert
Typ: System.Collections.Generic.IList<FullTextIndexOption>
The list of Optional CHANGE_TRACKING and STOPLIST options.