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
參數
- name
型別:System.String
A String value that specifies the name of the job to search for.
- categoryID
型別:System.Int32
A Int32 value that specifies the category ID.
傳回值
型別: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 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。