Compartilhar via


Método EnvironmentInfo.Rename

Renames the environment.

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

Sintaxe

'Declaração
Public Sub Rename ( _
    newName As String _
)
'Uso
Dim instance As EnvironmentInfo 
Dim newName As String

instance.Rename(newName)
public void Rename(
    string newName
)
public:
virtual void Rename(
    String^ newName
) sealed
abstract Rename : 
        newName:string -> unit  
override Rename : 
        newName:string -> unit
public final function Rename(
    newName : String
)

Parâmetros

Implementa

IRenamable.Rename(String)

Consulte também

Referência

EnvironmentInfo Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices