CreateFullTextIndexStatement.Options Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
'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 ();
}
public function get Options () : IList<FullTextIndexOption>
Property Value
Type: System.Collections.Generic.IList<FullTextIndexOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CreateFullTextIndexStatement Class