Поделиться через


Метод JobScheduleCollectionBase.Contains (String, Int32)

Determines whether the specified string exists in the referenced collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    name As String, _
    id As Integer _
) As Boolean
'Применение
Dim instance As JobScheduleCollectionBase 
Dim name As String 
Dim id As Integer 
Dim returnValue As Boolean 

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

Параметры

  • name
    Тип: System.String
    A String value that specifies the text value for which to check the existence of in the collection.

Возвращаемое значение

Тип: System.Boolean
true if the specified string exists in the referenced collection; otherwise, false.

Примеры

Планирование автоматических административных задач в агенте SQL Server

См. также

Справочник

JobScheduleCollectionBase Класс

Перегрузка Contains

Пространство имен Microsoft.SqlServer.Management.Smo