MappingCollection.Insert - Méthode
Insère un mappage dans cette collection de mappages.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
i As Integer, _
mapping As Mapping _
)
'Utilisation
Dim instance As MappingCollection
Dim i As Integer
Dim mapping As Mapping
instance.Insert(i, mapping)
public void Insert(
int i,
Mapping mapping
)
Paramètres
- i
Type : System.Int32
- mapping
Type : Microsoft.Office.Server.Search.Administration.Mapping
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Si l'argument est hors limites. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms