Metodo EnvironmentVariable.ISfcRenamable.Rename
Renames the current environment variable with a new key.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key to the current environment variable.
Implementa
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices