Share via


Méthode Contains

Specifies if a URN collection contains a URN.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function Contains ( _
    urn As Urn _
) As Boolean
'Utilisation
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

Valeur de retour

Type : System. . :: . .Boolean
Boolean

Implémente

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