Interface ISfcAlterable
Defines a method to produce a script that can be used to alter the storage to match the current object state. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Interface ISfcAlterable _
Inherits IAlterable
'Utilisation
Dim instance As ISfcAlterable
public interface ISfcAlterable : IAlterable
public interface class ISfcAlterable : IAlterable
type ISfcAlterable =
interface
interface IAlterable
end
public interface ISfcAlterable extends IAlterable
Le type ISfcAlterable expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Alter | Updates any property changes on an instance of Microsoft SQL Server. (hérité de IAlterable.) | |
ScriptAlter | Produces the script to alter the storage to match the current object state. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page