Método ScriptAlter
Produces the script to alter the storage to match the current object state. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function ScriptAlter As ISfcScript
'Uso
Dim instance As ISfcAlterable
Dim returnValue As ISfcScript
returnValue = instance.ScriptAlter()
ISfcScript ScriptAlter()
ISfcScript^ ScriptAlter()
abstract ScriptAlter : unit -> ISfcScript
function ScriptAlter() : ISfcScript
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcScript
An ISfcScript object that contains the script.