CrawlMappingCollection.Item - Propriété (Int32)
Obtient le mappage d'analyse spécifié à partir de la collection en fonction de l'ID de mappage d'analyse spécifié.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As CrawlMapping
Get
'Utilisation
Dim instance As CrawlMappingCollection
Dim index As Integer
Dim value As CrawlMapping
value = instance(index)
public CrawlMapping this[
int index
] { get; }
Paramètres
index
Type : System.Int32Entier 32 bits qui indique l'index du mappage d'analyse.
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.CrawlMapping
Un objet CrawlMapping qui représente le mappage d'analyse spécifié.
Voir aussi
Référence
CrawlMappingCollection - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms