Freigeben über


ISfcAlterable-Schnittstelle

Defines a method to produce a script that can be used to alter the storage to match the current object state. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Der ISfcAlterable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Alter Updates any property changes on an instance of Microsoft SQL Server. (Geerbt von IAlterable.)
Öffentliche Methode ScriptAlter Produces the script to alter the storage to match the current object state. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace