Condividi tramite


Metodo Remove (Dependency)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Removes the specified Dependency object from the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    value As Dependency _
)
'Utilizzo
Dim instance As DependencyChainCollection
Dim value As Dependency

instance.Remove(value)
public void Remove(
    Dependency value
)
public:
void Remove(
    Dependency^ value
)
member Remove : 
        value:Dependency -> unit 
public function Remove(
    value : Dependency
)

Parametri