Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.