Propriedade do RDL FullTextIndex.StopListName
Gets the name of the full-text Search stop list.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
A String value that specifies the name of the full-text stop list.
Exemplos
Implementando a pesquisa de texto completo
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo