Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the items in a collection can be accessed by using indexing without throwing an exception.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Синтаксис
'Декларация
Public Function Contains ( _
paramValue As DTSParamValue _
) As Boolean
public bool Contains (
DTSParamValue paramValue
)
public:
bool Contains (
DTSParamValue^ paramValue
)
public boolean Contains (
DTSParamValue paramValue
)
public function Contains (
paramValue : DTSParamValue
) : boolean
Параметры
- paramValue
The name, identity, ID, or index of the DTSParamValue object to locate in the collection.
Возвращаемое значение
true if the collection can be accessed by using the syntax DTSParamValueCollection [index]; false if indexing cannot be used to retrieve items from the collection.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DTSParamValueCollection Class
DTSParamValueCollection Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace