Partilhar via


Interface ISfcAlterable

Defines a method to produce a script that can be used 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
Public Interface ISfcAlterable _
    Inherits IAlterable
'Uso
Dim instance As ISfcAlterable
public interface ISfcAlterable : IAlterable
public interface class ISfcAlterable : IAlterable
type ISfcAlterable =  
    interface 
        interface IAlterable 
    end
public interface ISfcAlterable extends IAlterable

O tipo ISfcAlterable expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Alter Updates any property changes on an instance of Microsoft SQL Server. (Herdado de IAlterable.)
Método público 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.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc