Méthode DependencyChainCollection.Remove (Dependency)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Removes the specified Dependency object from the collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
value As Dependency _
)
'Utilisation
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
)
Paramètres
- value
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to remove.