Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Determines whether the items in the collection can be accessed using the index as the parameter.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function Contains ( _
Index As Object _
) As Boolean
'Применение
Dim instance As IDTSExecutables100
Dim Index As Object
Dim returnValue As Boolean
returnValue = instance.Contains(Index)
bool Contains(
Object Index
)
bool Contains(
[InAttribute] Object^ Index
)
abstract Contains :
Index:Object -> bool
function Contains(
Index : Object
) : boolean
Параметры
- Index
Тип: System.Object
The index of the IDTSExecutable100 object.
Возвращаемое значение
Тип: System.Boolean
true if the items in the collection can be accessed using the index as the parameter; otherwise, false.
Замечания
For more information, see Executables.