Interfaz ISfcAlterable
Defines a method to produce a script that can be used to alter the storage to match the current object state. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
El tipo ISfcAlterable expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Updates any property changes on an instance of Microsoft SQL Server. (Se hereda de IAlterable.) | |
ScriptAlter | Produces the script to alter the storage to match the current object state. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba