SchemaNameCollection.Add(String) 方法

定义

向此集合追加指定的架构名。

public:
 int Add(System::String ^ value);
public int Add (string value);
public int Add (string? value);
member this.Add : string -> int
Public Function Add (value As String) As Integer

参数

value
String

要添加到此集合中的架构名。

返回

指定属性值的从零开始的索引。 如果未找到该对象,则返回值为 -1。

适用于