Compartilhar via


Classe FullTextIndexColumn

The FullTextIndexColumn object represents a Microsoft Search full-text index column.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class FullTextIndexColumn _
    Inherits ScriptNameObjectBase _
    Implements ICreatable, IDroppable, IScriptable
'Uso
Dim instance As FullTextIndexColumn
public sealed class FullTextIndexColumn : ScriptNameObjectBase, 
    ICreatable, IDroppable, IScriptable
public ref class FullTextIndexColumn sealed : public ScriptNameObjectBase, 
    ICreatable, IDroppable, IScriptable
[<SealedAttribute>]
type FullTextIndexColumn =  
    class
        inherit ScriptNameObjectBase
        interface ICreatable
        interface IDroppable
        interface IScriptable
    end
public final class FullTextIndexColumn extends ScriptNameObjectBase implements ICreatable, IDroppable, IScriptable

Comentários

To get the FullTextIndexColumn object properties, users can be a member of the public fixed server role.

To get the FullTextIndexColumn object properties, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.

To create or drop a full-text index column, users must be a member of the sysadmin fixed server role or the db_owner or db_ddladmin fixed database roles.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.