Package.GetObjectFromPackagePath 메서드
Returns a package property and the object from the specified package path.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Function GetObjectFromPackagePath ( _
packagePath As String, _
<OutAttribute> ByRef property As DtsProperty _
) As Object
‘사용 방법
Dim instance As Package
Dim packagePath As String
Dim property As DtsProperty
Dim returnValue As Object
returnValue = instance.GetObjectFromPackagePath(packagePath, _
property)
public Object GetObjectFromPackagePath(
string packagePath,
out DtsProperty property
)
public:
Object^ GetObjectFromPackagePath(
String^ packagePath,
[OutAttribute] DtsProperty^% property
)
member GetObjectFromPackagePath :
packagePath:string *
property:DtsProperty byref -> Object
public function GetObjectFromPackagePath(
packagePath : String,
property : DtsProperty
) : Object
매개 변수
- packagePath
유형: System.String
The path to the package.
- property
유형: Microsoft.SqlServer.Dts.Runtime.DtsProperty%
The object is the property that you want. This is an out parameter.
반환 값
유형: System.Object
A package property and the object from the specified package path.