Propriedade ISql100FullTextIndex.StopList
Obtém ou define a lista de parada personalizada para usar.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property StopList As ISql100FullTextStopList
Get
Set
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
ISql100FullTextStopList^ get ();
void set (ISql100FullTextStopList^ value);
}
abstract StopList : ISql100FullTextStopList with get, set
function get StopList () : ISql100FullTextStopList
function set StopList (value : ISql100FullTextStopList)
Valor de propriedade
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.