SfcInstance.MarkForDropImpl 方法
Returns a value that indicates the existing objects to be dropped. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Sub MarkForDropImpl ( _
dropOnAlter As Boolean _
)
'用途
Dim dropOnAlter As Boolean
Me.MarkForDropImpl(dropOnAlter)
protected void MarkForDropImpl(
bool dropOnAlter
)
protected:
void MarkForDropImpl(
bool dropOnAlter
)
member MarkForDropImpl :
dropOnAlter:bool -> unit
protected function MarkForDropImpl(
dropOnAlter : boolean
)
參數
- dropOnAlter
型別:System.Boolean
true to the objects to be dropped; otherwise, false.