Metodo IDTSPrecedenceConstraints100.Remove

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub Remove ( _
    Index As Object _
)
'Utilizzo
Dim instance As IDTSPrecedenceConstraints100 
Dim Index As Object

instance.Remove(Index)
void Remove(
    Object Index
)
void Remove(
    [InAttribute] Object^ Index
)
abstract Remove : 
        Index:Object -> unit
function Remove(
    Index : Object
)

Parametri

  • Index
    Tipo: System.Object
    The name, identity, ID, or index to locate in the collection.

Osservazioni

For more information, see PrecedenceConstraints.

Vedere anche

Riferimento

IDTSPrecedenceConstraints100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper