Méthode Add
Adds an element to the end of the collection.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Sub Add ( _
item As T _
)
'Utilisation
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
)
Paramètres
- item
Type : T
The element to add to the end of the collection. The value cannot be a null reference.