共用方式為


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 命名空間