ISfcRenamable-Schnittstelle
Defines methods that can be used to rename an object in storage. 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 ISfcRenamable
'Usage
Dim instance As ISfcRenamable
public interface ISfcRenamable
public interface class ISfcRenamable
type ISfcRenamable = interface end
public interface ISfcRenamable
Der ISfcRenamable-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Rename | Renames this object to the specified key and updates the storage. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
ScriptRename | Produces the script to rename this object to the specified key. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang