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.
Removes a specified URN from a collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Remove ( _
urn As Urn _
) As Boolean
'Usage
Dim instance As UrnCollection
Dim urn As Urn
Dim returnValue As Boolean
returnValue = instance.Remove(urn)
public bool Remove(
Urn urn
)
public:
virtual bool Remove(
Urn^ urn
) sealed
abstract Remove :
urn:Urn -> bool
override Remove :
urn:Urn -> bool
public final function Remove(
urn : Urn
) : boolean
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The URN to be removed.
Return Value
Type: System.Boolean
A removed URN.