다음을 통해 공유


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 네임스페이스