Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Renames the current environment variable with a new key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- newKey
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The new key to the current environment variable.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace