다음을 통해 공유


EnvironmentReferenceCollection.Remove 메서드 (String, String)

Removes a reference specified by the environment name and the environment folder name.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public Sub Remove ( _
    name As String, _
    envFolderName As String _
)
‘사용 방법
Dim instance As EnvironmentReferenceCollection 
Dim name As String 
Dim envFolderName As String

instance.Remove(name, envFolderName)
public void Remove(
    string name,
    string envFolderName
)
public:
void Remove(
    String^ name, 
    String^ envFolderName
)
member Remove : 
        name:string * 
        envFolderName:string -> unit
public function Remove(
    name : String, 
    envFolderName : String
)

매개 변수

  • envFolderName
    유형: System.String
    The name of the environment folder.

참고 항목

참조

EnvironmentReferenceCollection 클래스

Remove 오버로드

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스