Método EnvironmentVariable.ISfcRenamable.Rename
Renames the current environment variable with a new key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key to the current environment variable.
Implementa
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices