Compartilhar via


Método Add

Adds a URN to a URN collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Add ( _
    urn As Urn _
)
'Uso
Dim instance As UrnCollection
Dim urn As Urn

instance.Add(urn)
public void Add(
    Urn urn
)
public:
virtual void Add(
    Urn^ urn
) sealed
abstract Add : 
        urn:Urn -> unit 
override Add : 
        urn:Urn -> unit 
public final function Add(
    urn : Urn
)

Implementa

ICollection< (Of < ( <'T> ) > ) >. . :: . .Add(T)