Метод EnvironmentVariableCollection.Remove (String)
Removes a variable.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
varName As String _
)
'Применение
Dim instance As EnvironmentVariableCollection
Dim varName As String
instance.Remove(varName)
public void Remove(
string varName
)
public:
void Remove(
String^ varName
)
member Remove :
varName:string -> unit
public function Remove(
varName : String
)
Параметры
- varName
Тип: System.String
The name of the variable.
См. также
Справочник
EnvironmentVariableCollection Класс
Пространство имен Microsoft.SqlServer.Management.IntegrationServices