언어

IDTSPackage100.ProcessConfiguration(String, Object) 메서드

정의

패키지와 그 객체들의 구성 정보를 설정합니다.

public:
 void ProcessConfiguration(System::String ^ bstrPath, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(69)]
public void ProcessConfiguration(string bstrPath, object vValue);
[<System.Runtime.InteropServices.DispId(69)>]
abstract member ProcessConfiguration : string * obj -> unit
Public Sub ProcessConfiguration (bstrPath As String, vValue As Object)

매개 변수

bstrPath
String

설정 파일의 위치.

vValue
Object

구성 파일의 데이터 타입.

특성

설명

이 인터페이스는 와 Package 인터페이스에 의해 PackageNeutral 구현됩니다.

적용 대상