Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public MustOverride Sub RemoveAt ( _
index As Integer _
)
'Uso
Dim instance As Parameters
Dim index As Integer
instance.RemoveAt(index)
public abstract void RemoveAt(
int index
)
public:
virtual void RemoveAt(
int index
) abstract
abstract RemoveAt :
index:int -> unit
public abstract function RemoveAt(
index : int
)
Parâmetros
- index
Tipo: System.Int32
The location of the parameter within the collection.