共用方式為


ISfcCollection.Remove 方法

Removes the specified object from the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Private Sub Remove ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.Remove
'用途
Dim instance As SfcCollection
Dim sfcInstance As SfcInstance

CType(instance, ISfcCollection).Remove(sfcInstance)
void ISfcCollection.Remove(
    SfcInstance sfcInstance
)
private:
virtual void Remove(
    SfcInstance^ sfcInstance
) sealed = ISfcCollection::Remove
private abstract Remove : 
        sfcInstance:SfcInstance -> unit 
private override Remove : 
        sfcInstance:SfcInstance -> unit 
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

參數

實作

ISfcCollection. . :: . .Remove(SfcInstance)