ISfcRenamable 接口

Defines methods that can be used to rename an object in storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Interface ISfcRenamable
用法
Dim instance As ISfcRenamable
public interface ISfcRenamable
public interface class ISfcRenamable
type ISfcRenamable =  interface end
public interface ISfcRenamable

ISfcRenamable 类型公开以下成员。

方法

  名称 说明
公共方法 Rename Renames this object to the specified key and updates the storage. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 ScriptRename Produces the script to rename this object to the specified key. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首