JobScheduleCollectionBase.Contains Method (String, Int32)
SQL Server 2012
Determines whether the specified string exists in the referenced 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 text value for which to check the existence of in the collection.
- id
- Type: System.Int32
A Int32 value that specifies the ID for the job schedule.
Return Value
Type: System.Booleantrue if the specified string exists in the referenced collection; otherwise, false.
