PackageNeutralClass.GetObjectFromPackagePath 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Returns an object from the specified package path.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Overridable Function GetObjectFromPackagePath ( _
bstrPath As String, _
<OutAttribute> ByRef ppProperty As IDTSProperty100 _
) As Object
‘사용 방법
Dim instance As PackageNeutralClass
Dim bstrPath As String
Dim ppProperty As IDTSProperty100
Dim returnValue As Object
returnValue = instance.GetObjectFromPackagePath(bstrPath, _
ppProperty)
public virtual Object GetObjectFromPackagePath(
string bstrPath,
out IDTSProperty100 ppProperty
)
public:
virtual Object^ GetObjectFromPackagePath(
[InAttribute] String^ bstrPath,
[OutAttribute] IDTSProperty100^% ppProperty
)
abstract GetObjectFromPackagePath :
bstrPath:string *
ppProperty:IDTSProperty100 byref -> Object
override GetObjectFromPackagePath :
bstrPath:string *
ppProperty:IDTSProperty100 byref -> Object
public function GetObjectFromPackagePath(
bstrPath : String,
ppProperty : IDTSProperty100
) : Object
매개 변수
- bstrPath
유형: System.String
The path to the package.
- ppProperty
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100%
The property of the object to retrieve.
반환 값
유형: System.Object
An object from the specified package path.
구현
IDTSPackage100.GetObjectFromPackagePath(String, IDTSProperty100%)