Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Private Sub Remove ( _
sfcInstance As SfcInstance _
) Implements ISfcCollection.Remove
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- sfcInstance
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object to remove.
Implements
ISfcCollection.Remove(SfcInstance)