Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SqlServer.Management.IntegrationServices Namespace