IDTSPackage100.GetObjectFromPackagePath 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Returns a package property and the object from the specified package path.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
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
The path to the package.
- ppProperty
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100%
The object is the property that you want.
반환 값
유형: System.Object
An object that contains the information you want.
주의
This interface is implemented by the Package and PackageNeutral interfaces.