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
參數
- name
型別:System. . :: . .String
A String value that specifies the name of the job to search for.
傳回值
型別:System. . :: . .Boolean
A Boolean that is true if the collection contains a job with the specified name. Otherwise, false.
備註
此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。