共用方式為


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 命名空間