ProjectVariablesWrapper.Contains Método
Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function Contains ( _
index As Object _
) As Boolean
'Uso
Dim instance As ProjectVariablesWrapper
Dim index As Object
Dim returnValue As Boolean
returnValue = instance.Contains(index)
public bool Contains(
Object index
)
public:
virtual bool Contains(
Object^ index
) sealed
abstract Contains :
index:Object -> bool
override Contains :
index:Object -> bool
public final function Contains(
index : Object
) : boolean
Parámetros
- index
Tipo: System.Object
The specified index.
Valor devuelto
Tipo: System.Boolean
True if the item in the ProjectVariablesWrapper collection can be accessed by using indexing; otherwise, false.
Implementa
IDTSVariables100.Contains(Object)