Método EnvironmentVariableCollection.Remove (String)
Removes a variable.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
varName As String _
)
'Uso
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
)
Parâmetros
- varName
Tipo: System.String
The name of the variable.
Consulte também
Referência
EnvironmentVariableCollection Classe
Namespace Microsoft.SqlServer.Management.IntegrationServices