IDTSPackage100.GetObjectFromPackagePath(String, IDTSProperty100) Método

Definição

public:
 System::Object ^ GetObjectFromPackagePath(System::String ^ bstrPath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSProperty100 ^ % ppProperty);
[System.Runtime.InteropServices.DispId(70)]
public object GetObjectFromPackagePath(string bstrPath, out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSProperty100 ppProperty);
[<System.Runtime.InteropServices.DispId(70)>]
abstract member GetObjectFromPackagePath : string * IDTSProperty100 -> obj
Public Function GetObjectFromPackagePath (bstrPath As String, ByRef ppProperty As IDTSProperty100) As Object

Parâmetros

bstrPath
String
ppProperty
IDTSProperty100

Retornos

Um objeto que contenha as informações que você quer.

Atributos

Comentários

Essa interface é implementada pelas Package interfaces e PackageNeutral .

Aplica-se a