次の方法で共有


EnvironmentVariableCollection.Remove メソッド (String)

変数を削除します。

名前空間:  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 名前空間