SchemaNameCollection.Add(String) 方法

定义

向此集合追加指定的架构名。Appends a specified schema name to this collection.

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

参数

value
String

要添加到此集合中的架构名。The schema name to add to this collection.

返回

Int32

指定属性值的从零开始的索引。The zero-based index of the specified property value. 如果未找到该对象,则返回值为 -1。If the object is not found, the return value is -1.

适用于