Метод Contains
Specifies if a URN collection contains a URN.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function Contains ( _
urn As Urn _
) As Boolean
'Применение
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