EnvironmentVariable.ISfcRenamable.Rename 方法

Renames the current environment variable with a new key.

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

语法

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

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

参数

实现

ISfcRenamable.Rename(SfcKey)

请参阅

参考

EnvironmentVariable 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间