Metodo IDTSExecutables100.Contains
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Determines whether the items in the collection can be accessed using the index as the parameter.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function Contains ( _
Index As Object _
) As Boolean
'Utilizzo
Dim instance As IDTSExecutables100
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
Parametri
- Index
Tipo: System.Object
The index of the IDTSExecutable100 object.
Valore restituito
Tipo: System.Boolean
true if the items in the collection can be accessed using the index as the parameter; otherwise, false.
Osservazioni
For more information, see Executables.