Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to remove.