DependencyChainCollection.Remove 方法 (Dependency)

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Removes the specified Dependency object from the collection.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub Remove ( _
    value As Dependency _
)
用法
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
)

参数

请参阅

参考

DependencyChainCollection 类

Remove 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间