IMutableMetadataCollection<T>.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.

참고 항목

참조

IMutableMetadataCollection<T> 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스