IDTSPackage100.ProcessConfiguration 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets configuration information for a package and its objects.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
‘사용 방법
Dim instance As IDTSPackage100
Dim bstrPath As String
Dim vValue As Object
instance.ProcessConfiguration(bstrPath, _
vValue)
void ProcessConfiguration(
string bstrPath,
Object vValue
)
void ProcessConfiguration(
[InAttribute] String^ bstrPath,
[InAttribute] Object^ vValue
)
abstract ProcessConfiguration :
bstrPath:string *
vValue:Object -> unit
function ProcessConfiguration(
bstrPath : String,
vValue : Object
)
매개 변수
- bstrPath
유형: System.String
The location of the configuration file.
- vValue
유형: System.Object
The data type of the configuration file.
주의
This interface is implemented by the Package and PackageNeutral interfaces.