Udostępnij za pośrednictwem


Właściwość TableEventSet.CreateFulltextIndex

Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie, który występuje podczas tworzenia indeksu pełnotekstowego jest uwzględniany w zestaw zdarzeń.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Property CreateFulltextIndex As Boolean
    Get
    Set
'Użycie
Dim instance As TableEventSet
Dim value As Boolean

value = instance.CreateFulltextIndex

instance.CreateFulltextIndex = value
public bool CreateFulltextIndex { get; set; }
public:
property bool CreateFulltextIndex {
    bool get ();
    void set (bool value);
}
member CreateFulltextIndex : bool with get, set
function get CreateFulltextIndex () : boolean
function set CreateFulltextIndex (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean value that specifies whether the event is included in the event set.
Jeśli True, zdarzenie CreateFulltextIndex dołączono zestaw zdarzeń.
Jeśli FAŁSZ (wartość domyślna), CreateFulltextIndex, zdarzenie nie jest uwzględniana w przypadku zestaw.