Share via


EnvironmentVariable.Rename Method

Renames the environment variable.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Sub Rename ( _
    newName As String _
)
'Usage
Dim instance As EnvironmentVariable 
Dim newName As String

instance.Rename(newName)
public void Rename(
    string newName
)
public:
void Rename(
    String^ newName
)
member Rename : 
        newName:string -> unit
public function Rename(
    newName : String
)

Parameters

  • newName
    Type: System.String
    The new name for the environment variable.

See Also

Reference

EnvironmentVariable Class

Microsoft.SqlServer.Management.IntegrationServices Namespace