SchemaNameCollection.Insert(Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将架构名插入到此集合的指定索引处。
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)
参数
- index
- Int32
此集合中从零开始的索引,从此处插入架构名。
- value
- String
要插入此集合中的架构名。
注解
index
如果 参数等于集合中的项数,则此方法会将 值追加到集合的末尾。