Méthode ScriptAlter
Produces the script to alter the storage to match the current object state. 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.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function ScriptAlter As ISfcScript
'Utilisation
Dim instance As ISfcAlterable
Dim returnValue As ISfcScript
returnValue = instance.ScriptAlter()
ISfcScript ScriptAlter()
ISfcScript^ ScriptAlter()
abstract ScriptAlter : unit -> ISfcScript
function ScriptAlter() : ISfcScript
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
An ISfcScript object that contains the script.