GetObjectFromPackagePath méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
This interface is implemented by the Package and PackageNeutral interfaces.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetObjectFromPackagePath ( _
bstrPath As String, _
<OutAttribute> ByRef ppProperty As IDTSProperty100 _
) As Object
'Utilisation
Dim instance As IDTSPackage100
Dim bstrPath As String
Dim ppProperty As IDTSProperty100
Dim returnValue As Object
returnValue = instance.GetObjectFromPackagePath(bstrPath, _
ppProperty)
Object GetObjectFromPackagePath(
string bstrPath,
out IDTSProperty100 ppProperty
)
Object^ GetObjectFromPackagePath(
[InAttribute] String^ bstrPath,
[OutAttribute] IDTSProperty100^% ppProperty
)
abstract GetObjectFromPackagePath :
bstrPath:string *
ppProperty:IDTSProperty100 byref -> Object
function GetObjectFromPackagePath(
bstrPath : String,
ppProperty : IDTSProperty100
) : Object
Paramètres
- bstrPath
Type : System. . :: . .String
- ppProperty
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSProperty100%
Valeur de retour
Type : System. . :: . .Object