Udostępnij przez


Właściwość FullTextIndex.StopListName

Pobiera nazwę listy zatrzymania wyszukiwania pełnotekstowego.

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

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListName As String
    Get
    Set
'Użycie
Dim instance As FullTextIndex
Dim value As String

value = instance.StopListName

instance.StopListName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string StopListName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ StopListName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListName : string with get, set
function get StopListName () : String
function set StopListName (value : String)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę listy stop pełnego tekstu.