SimpleObjectCollectionBase.Contains Method (String)
Verifies whether the specified object exists in the collection.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- name
-
Type:
System.String
A String value that specifies the name of the object.
Return Value
Type: System.BooleanA Boolean value that specifies whether the specified object exists in the collection.
If True, the specified object does exist in the collection.
If False, the specified object does not exist in the collection.
Show: