JobCollection.Contains Method (String, Int32)
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Function Contains ( _
name As String, _
categoryID As Integer _
) As Boolean
public bool Contains (
string name,
int categoryID
)
public:
bool Contains (
String^ name,
int categoryID
)
public boolean Contains (
String name,
int categoryID
)
public function Contains (
name : String,
categoryID : int
) : boolean
Parameters
- name
- categoryID
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.