Condition.ISfcRenamable.Rename 方法

Renames the condition identified by the specified SfcKey.

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

语法

声明
Private Sub Rename ( _
    key As SfcKey _
) Implements ISfcRenamable.Rename
用法
Dim instance As Condition 
Dim key As SfcKey 

CType(instance, ISfcRenamable).Rename(key)
void ISfcRenamable.Rename(
    SfcKey key
)
private:
virtual void Rename(
    SfcKey^ key
) sealed = ISfcRenamable::Rename
private abstract Rename : 
        key:SfcKey -> unit  
private override Rename : 
        key:SfcKey -> unit
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

ISfcRenamable.Rename(SfcKey)

请参阅

参考

Condition 类

Microsoft.SqlServer.Management.Dmf 命名空间