Méthode UrnCollection.Contains
Specifies whether 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
Paramètres
- urn
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
the URN object.
Valeur de retour
Type : System.Boolean
True if a URN collection contains a URN; otherwise, false.