Share via


DependencyChainCollection.Remove Method (Dependency)

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Removes the specified Dependency object from the collection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub Remove ( _
    value As Dependency _
)
'Usage
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
)

Parameters

See Also

Reference

DependencyChainCollection Class

Remove Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace