Interface ISfcRenamable
Defines methods that can be used to rename an object in storage. 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 ISfcRenamable
'Utilisation
Dim instance As ISfcRenamable
public interface ISfcRenamable
public interface class ISfcRenamable
type ISfcRenamable = interface end
public interface ISfcRenamable
Le type ISfcRenamable expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Rename | Renames this object to the specified key and updates the storage. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
ScriptRename | Produces the script to rename this object to the specified key. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page