IMarkForDrop.MarkForDrop 메서드

Marks the referenced object to be dropped next time its parent object is altered by the Alter method.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Sub MarkForDrop ( _
    dropOnAlter As Boolean _
)
‘사용 방법
Dim instance As IMarkForDrop 
Dim dropOnAlter As Boolean

instance.MarkForDrop(dropOnAlter)
void MarkForDrop(
    bool dropOnAlter
)
void MarkForDrop(
    bool dropOnAlter
)
abstract MarkForDrop : 
        dropOnAlter:bool -> unit
function MarkForDrop(
    dropOnAlter : boolean
)

매개 변수

  • dropOnAlter
    유형: System.Boolean
    A Boolean value that specifies whether to drop an object when its parent object is altered with the Alter method.If True, the object is dropped when the Alter method is run on the parent object.If False, the object is dropped immediately.

참고 항목

참조

IMarkForDrop 인터페이스

Microsoft.SqlServer.Management.Common 네임스페이스