Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.