GetObjectFromPackagePath 메서드
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
This interface is implemented by the Package and PackageNeutral interfaces.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap
구문
‘선언
Function GetObjectFromPackagePath ( _
bstrPath As String, _
<OutAttribute> ByRef ppProperty As IDTSProperty100 _
) As Object
‘사용 방법
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
매개 변수
- bstrPath
형식: System. . :: . .String
- ppProperty
형식: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSProperty100%