Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a URN to a URN collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
urn As Urn _
)
'Usage
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
)