Méthode ISfcDroppable.ScriptDrop
Produces the script to drop this object from storage. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server..
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Private Function ScriptDrop As ISfcScript
Implements ISfcDroppable.ScriptDrop
'Utilisation
Dim instance As ServerGroup
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcDroppable).ScriptDrop()
ISfcScript ISfcDroppable.ScriptDrop()
private:
virtual ISfcScript^ ScriptDrop() sealed = ISfcDroppable::ScriptDrop
private abstract ScriptDrop : unit -> ISfcScript
private override ScriptDrop : unit -> ISfcScript
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
An ISfcScript object that contains the script.
Implémente
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi