共用方式為


Add 方法

Adds an element to the end of the collection.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Sub Add ( _
    item As T _
)
'用途
Dim instance As IMutableMetadataCollection
Dim item As T

instance.Add(item)
void Add(
    T item
)
void Add(
    T item
)
abstract Add : 
        item:'T -> unit 
function Add(
    item : T
)

參數

  • item
    型別:T
    The element to add to the end of the collection. The value cannot be a null reference.