Compartir a través de


StopListName Propiedad

Gets the name of the full-text Search stop list.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property StopListName As String
    Get
    Set
'Uso
Dim instance As FullTextIndex
Dim value As String

value = instance.StopListName

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

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the name of the full-text stop list.