ServerGroup.ISfcAlterable.ScriptAlter Method

Alters the properties of the base object if it has been changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure..

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 ServerGroup 
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 object.

Implements

ISfcAlterable.ScriptAlter()

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ServerGroup Class

Microsoft.SqlServer.Management.RegisteredServers Namespace