Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Renames the environment variable.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub Rename ( _
newName As String _
)
'Применение
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
)
Параметры
- newName
Тип: System.String
The new name for the environment variable.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices