Método ConnectionManagerItems.RemoveAt
Removes a connection manager using the specified index.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public Sub RemoveAt ( _
index As Integer _
)
'Uso
Dim instance As ConnectionManagerItems
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
public function RemoveAt(
index : int
)
Parâmetros
- index
Tipo: System.Int32
The index.