IDTSPackage100.ProcessConfiguration-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Sets configuration information for a package and its objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
'Usage
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
)
Parameter
- bstrPath
Typ: System.String
The location of the configuration file.
- vValue
Typ: System.Object
The data type of the configuration file.
Hinweise
This interface is implemented by the Package and PackageNeutral interfaces.