Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.