Partage via


SchemaNameCollection.Insert(Int32, String) Méthode

Définition

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.

S’applique à