SimpleObjectCollectionBase.Contains Method
SQL Server 2012
Verifies whether the specified object exists in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
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.
