EnvironmentVariableCollection.Remove Method (String)
Removes a variable.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
varName As String _
)
'Usage
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
)
Parameters
- varName
Type: System.String
The name of the variable.
See Also
Reference
EnvironmentVariableCollection Class
Microsoft.SqlServer.Management.IntegrationServices Namespace