Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Determines whether the ExecutionOperationCollection object 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 ExecutionOperationCollection
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 identifier.The identifier.
Возвращаемое значение
Тип: System.Boolean
true if the ExecutionOperationCollection object contains the specified id; otherwise, false.
См. также
Справочник
ExecutionOperationCollection Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices