Add Método
Adds an element to the end of the collection.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Sub Add ( _
item As T _
)
'Uso
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
)
Parámetros
- item
Tipo: T
The element to add to the end of the collection. The value cannot be a null reference.