PackageNeutralClass.ProcessConfiguration 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies the configuration information for a package and its objects.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Overridable Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
‘사용 방법
Dim instance As PackageNeutralClass
Dim bstrPath As String
Dim vValue As Object
instance.ProcessConfiguration(bstrPath, _
vValue)
public virtual void ProcessConfiguration(
string bstrPath,
Object vValue
)
public:
virtual void ProcessConfiguration(
[InAttribute] String^ bstrPath,
[InAttribute] Object^ vValue
)
abstract ProcessConfiguration :
bstrPath:string *
vValue:Object -> unit
override ProcessConfiguration :
bstrPath:string *
vValue:Object -> unit
public 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.
구현
IDTSPackage100.ProcessConfiguration(String, Object)
주의
For more information, see Package.