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 à laquelle insérer le nom du schéma.

value
String

Nom du schéma à insérer dans cette collection.

Remarques

Si le index paramètre est égal au nombre d’éléments de la collection, cette méthode ajoute la valeur à la fin de la collection.

S’applique à