SfcCollection<T, K, ParentT>.ISfcCollection.Rename 方法

Renames the specified object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

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

语法

声明
Private Sub Rename ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
) Implements ISfcCollection.Rename
用法
Dim instance As SfcCollection 
Dim sfcInstance As SfcInstance 
Dim newKey As SfcKey 

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

参数

实现

ISfcCollection.Rename(SfcInstance, SfcKey)

请参阅

参考

SfcCollection<T, K, ParentT> 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间