Metodo ScriptAlter
Produces the script to alter the storage to match the current object state. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function ScriptAlter As ISfcScript
'Utilizzo
Dim instance As ISfcAlterable
Dim returnValue As ISfcScript
returnValue = instance.ScriptAlter()
ISfcScript ScriptAlter()
ISfcScript^ ScriptAlter()
abstract ScriptAlter : unit -> ISfcScript
function ScriptAlter() : ISfcScript
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
An ISfcScript object that contains the script.
Vedere anche