Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides Function Contains ( _
obj As T _
) As Boolean
'Usage
Dim instance As SfcDictionaryCollection
Dim obj As T
Dim returnValue As Boolean
returnValue = instance.Contains(obj)
public override bool Contains(
T obj
)
public:
virtual bool Contains(
T obj
) override
abstract Contains :
obj:'T -> bool
override Contains :
obj:'T -> bool
public override function Contains(
obj : T
) : boolean
Parameters
- obj
Type: T
The objects in the collection.
Return Value
Type: System.Boolean
true if the collection contains the specified object; otherwise, false.