Méthode IDTSPackage100.ProcessConfiguration
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets configuration information for a package and its objects.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub ProcessConfiguration ( _
bstrPath As String, _
vValue As Object _
)
'Utilisation
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
)
Paramètres
- bstrPath
Type : System.String
The location of the configuration file.
- vValue
Type : System.Object
The data type of the configuration file.
Notes
This interface is implemented by the Package and PackageNeutral interfaces.