ISfcCollection.RemoveElement メソッド

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

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

構文

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

instance.RemoveElement(sfcInstance)
void RemoveElement(
    SfcInstance sfcInstance
)
void RemoveElement(
    SfcInstance^ sfcInstance
)
abstract RemoveElement : 
        sfcInstance:SfcInstance -> unit
function RemoveElement(
    sfcInstance : SfcInstance
)

パラメーター

関連項目

参照

ISfcCollection インターフェイス

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