JobCollection.Contains 方法 (String, Int32)

Determines whether the collection contains a job with the specified name and category ID.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function Contains ( _
    name As String, _
    categoryID As Integer _
) As Boolean
用法
Dim instance As JobCollection 
Dim name As String 
Dim categoryID As Integer 
Dim returnValue As Boolean 

returnValue = instance.Contains(name, _
    categoryID)
public bool Contains(
    string name,
    int categoryID
)
public:
bool Contains(
    String^ name, 
    int categoryID
)
member Contains : 
        name:string * 
        categoryID:int -> bool
public function Contains(
    name : String, 
    categoryID : int
) : boolean

参数

返回值

类型:System.Boolean
A Boolean that is true if the collection contains a job with the specified name and category ID. Otherwise, false.

注释

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

JobCollection 类

Contains 重载

Microsoft.SqlServer.Management.Smo.Agent 命名空间