Метод Add

Adds a URN to a URN collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Add ( _
    urn As Urn _
)
'Применение
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
)

Реализует

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