Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines methods that can be used to rename an object in storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
The ISfcRenamable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Rename | Renames this object to the specified key and updates the storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
ScriptRename | Produces the script to rename this object to the specified key. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top