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


Метод IDTSVariableDispenser100.Contains

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception. For more information, see VariableDispenserClass.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Function Contains ( _
    Variable As String _
) As Boolean
'Применение
Dim instance As IDTSVariableDispenser100 
Dim Variable As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(Variable)
bool Contains(
    string Variable
)
bool Contains(
    [InAttribute] String^ Variable
)
abstract Contains : 
        Variable:string -> bool
function Contains(
    Variable : String
) : boolean

Параметры

  • Variable
    Тип: System.String
    The name of the variable to locate in the collection.

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

Тип: System.Boolean
An item to retrieve from the collection.

См. также

Справочник

IDTSVariableDispenser100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper