JobCollection.Contains 方法 (String)

Determines whether the collection contains a job with the specified name.

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

语法

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

returnValue = instance.Contains(name)
public bool Contains(
    string name
)
public:
bool Contains(
    String^ name
)
member Contains : 
        name:string -> bool
public function Contains(
    name : String
) : boolean

参数

返回值

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

注释

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

请参阅

参考

JobCollection 类

Contains 重载

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