SchemaNameCollection.Insert(Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère un nom de schéma dans cette collection, à un index spécifié.
public:
void Insert(int index, System::String ^ value);
public void Insert (int index, string value);
public void Insert (int index, string? value);
member this.Insert : int * string -> unit
Public Sub Insert (index As Integer, value As String)
Paramètres
- index
- Int32
Index de base zéro dans la collection auquel insérer le nom de schéma.
- value
- String
Nom de schéma à insérer dans cette collection.
Remarques
Si le index
paramètre est égal au nombre d’éléments dans la collection, cette méthode ajoute la valeur à la fin de la collection.