Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Marks the state of the current object and all of its child collections to be Dropped.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overrides Sub MarkDropped
'Usage
Me.MarkDropped()
protected override void MarkDropped()
protected:
virtual void MarkDropped() override
abstract MarkDropped : unit -> unit
override MarkDropped : unit -> unit
protected override function MarkDropped()