This topic has not yet been rated - Rate this topic

SfcCollection<T, K, ParentT>.RemoveInternal Method

Marks the specified object for removal. The state of the object is set to ToBeDropped. The object will be removed when the parent is altered or dropped. 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)
protected internal bool RemoveInternal(
	T obj
)

Parameters

obj
Type: T
The object to remove.

Return Value

Type: System.Boolean
true if the object is successfully marked; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.