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
)

参数

请参阅

参考

EnvironmentVariableCollection 类

Remove 重载

Microsoft.SqlServer.Management.IntegrationServices 命名空间