Condividi tramite


Proprietà FullTextCatalogStatement.Options

Gets the collection of fulltext catalog options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of FullTextCatalogOption)
    Get
'Utilizzo
Dim instance As FullTextCatalogStatement 
Dim value As IList(Of FullTextCatalogOption)

value = instance.Options
public IList<FullTextCatalogOption> Options { get; }
public:
property IList<FullTextCatalogOption^>^ Options {
    IList<FullTextCatalogOption^>^ get ();
}
member Options : IList<FullTextCatalogOption>
function get Options () : IList<FullTextCatalogOption>

Valore proprietà

Tipo: System.Collections.Generic.IList<FullTextCatalogOption>
The collection of fulltext catalog options.

Vedere anche

Riferimento

FullTextCatalogStatement Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom