Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Removes the specified element 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 RemoveElement ( _
sfcInstance As SfcInstance _
)
'Usage
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
)
Parameters
- sfcInstance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.