Метод OperationCollection.Contains (Int64)

Determines whether the operation contains the specified id.

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

Синтаксис

'Декларация
Public Function Contains ( _
    id As Long _
) As Boolean
'Применение
Dim instance As OperationCollection 
Dim id As Long 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    long id
)
public:
bool Contains(
    long long id
)
member Contains : 
        id:int64 -> bool
public function Contains(
    id : long
) : boolean

Параметры

  • id
    Тип: System.Int64
    The specified id.The specified id.

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

Тип: System.Boolean
True if the operation contains the specified id; otherwise, false.

См. также

Справочник

OperationCollection Класс

Перегрузка Contains

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