Freigeben über


Contains-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see Variables.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function Contains ( _
    Index As Object _
) As Boolean
'Usage
Dim instance As IDTSVariables100
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

Parameter

Rückgabewert

Typ: System. . :: . .Boolean