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 Connections.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Contains ( _
Key As Object _
) As Boolean
'Usage
Dim instance As IDTSConnections100
Dim Key As Object
Dim returnValue As Boolean
returnValue = instance.Contains(Key)
bool Contains(
Object Key
)
bool Contains(
[InAttribute] Object^ Key
)
abstract Contains :
Key:Object -> bool
function Contains(
Key : Object
) : boolean
Parameter
- Key
Typ: System. . :: . .Object