Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Produces the script to drop this object from storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
An ISfcScript object that contains the script.