SfcCollection<T, K, ParentT>.ISfcCollection.RemoveElement メソッド

指定した要素をコレクションから削除します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Private Sub RemoveElement ( _
    sfcInstance As SfcInstance _
) Implements ISfcCollection.RemoveElement
'使用
Dim instance As SfcCollection 
Dim sfcInstance As SfcInstance 

CType(instance, ISfcCollection).RemoveElement(sfcInstance)
void ISfcCollection.RemoveElement(
    SfcInstance sfcInstance
)
private:
virtual void RemoveElement(
    SfcInstance^ sfcInstance
) sealed = ISfcCollection::RemoveElement
private abstract RemoveElement : 
        sfcInstance:SfcInstance -> unit  
private override RemoveElement : 
        sfcInstance:SfcInstance -> unit
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

実装

ISfcCollection.RemoveElement(SfcInstance)

関連項目

参照

SfcCollection<T, K, ParentT> クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間