RemoveInternal 方法
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. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Friend Function RemoveInternal ( _
obj As T _
) As Boolean
'用途
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.RemoveInternal(obj)
protected internal bool RemoveInternal(
T obj
)
protected public:
bool RemoveInternal(
T obj
)
member RemoveInternal :
obj:'T -> bool
function RemoveInternal(
obj : T
) : boolean
參數
- obj
型別:T
The object to remove.
傳回值
型別:System. . :: . .Boolean
true if the object is successfully marked; otherwise, false.