共用方式為


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 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

JobCollection 類別

Contains 多載

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