Compartir a través de


FullTextCatalogStatement.Options Propiedad

Gets the collection of fulltext catalog 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 FullTextCatalogOption)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

FullTextCatalogStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom