Freigeben über


ISfcDroppable.ScriptDrop-Methode

Produces the script to drop this object from storage. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function ScriptDrop As ISfcScript
'Usage
Dim instance As ISfcDroppable 
Dim returnValue As ISfcScript 

returnValue = instance.ScriptDrop()
ISfcScript ScriptDrop()
ISfcScript^ ScriptDrop()
abstract ScriptDrop : unit -> ISfcScript
function ScriptDrop() : ISfcScript

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.

Siehe auch

Verweis

ISfcDroppable Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace