RegisteredServer.ISfcAlterable.ScriptAlter Method
Alters the properties of the base object if it has been changed. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Private Function ScriptAlter As ISfcScript
Implements ISfcAlterable.ScriptAlter
'Usage
Dim instance As RegisteredServer
Dim returnValue As ISfcScript
returnValue = CType(instance, ISfcAlterable).ScriptAlter()
ISfcScript ISfcAlterable.ScriptAlter()
private:
virtual ISfcScript^ ScriptAlter() sealed = ISfcAlterable::ScriptAlter
private abstract ScriptAlter : unit -> ISfcScript
private override ScriptAlter : unit -> ISfcScript
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The modified ISfcScript.