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


Метод DTSParamValueCollection.Contains

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 (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

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

returnValue = instance.Contains(paramValue)
public bool Contains(
    DTSParamValue paramValue
)
public:
bool Contains(
    DTSParamValue^ paramValue
)
member Contains : 
        paramValue:DTSParamValue -> bool
public function Contains(
    paramValue : DTSParamValue
) : boolean

Параметры

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

Тип: System.Boolean
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.

См. также

Справочник

DTSParamValueCollection Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask