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.
Specifies whether a URN collection contains a URN.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Contains ( _
urn As Urn _
) As Boolean
'Usage
Dim instance As UrnCollection
Dim urn As Urn
Dim returnValue As Boolean
returnValue = instance.Contains(urn)
public bool Contains(
Urn urn
)
public:
virtual bool Contains(
Urn^ urn
) sealed
abstract Contains :
urn:Urn -> bool
override Contains :
urn:Urn -> bool
public final function Contains(
urn : Urn
) : boolean
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
the URN object.
Return Value
Type: System.Boolean
True if a URN collection contains a URN; otherwise, false.