Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified object from the collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub Remove ( _
sfcInstance As SfcInstance _
)
'Usage
Dim instance As ISfcCollection
Dim sfcInstance As SfcInstance
instance.Remove(sfcInstance)
void Remove(
SfcInstance sfcInstance
)
void Remove(
SfcInstance^ sfcInstance
)
abstract Remove :
sfcInstance:SfcInstance -> unit
function Remove(
sfcInstance : SfcInstance
)
Parameters
- sfcInstance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.