Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the number of documents already processed in the current active crawl on the referenced full-text index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DocumentsProcessed As Integer
Get
'Utilisation
Dim instance As FullTextIndex
Dim value As Integer
value = instance.DocumentsProcessed
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int DocumentsProcessed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int DocumentsProcessed {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DocumentsProcessed : int
function get DocumentsProcessed () : int
Valeur de propriété
Type : System.Int32
An Int32 value that specifies the number of documents already processed in the current active crawl.
Notes
If no crawl is currently active, the value 0 is returned.
Exemples
Implémentation de la recherche en texte intégral
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo