Share via


ISfcAlterable Interface

Defines a method to produce a script that can be used to alter the storage to match the current object state. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface ISfcAlterable _
    Inherits IAlterable
'Usage
Dim instance As ISfcAlterable
public interface ISfcAlterable : IAlterable
public interface class ISfcAlterable : IAlterable
type ISfcAlterable =  
    interface 
        interface IAlterable 
    end
public interface ISfcAlterable extends IAlterable

The ISfcAlterable type exposes the following members.

Methods

  Name Description
Public method Alter Updates any property changes on an instance of Microsoft SQL Server. (Inherited from IAlterable.)
Public method ScriptAlter Produces the script to alter the storage to match the current object state. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace