Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns a package property and the object from the specified package path.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
Public Function GetObjectFromPackagePath ( _
packagePath As String, _
<OutAttribute> ByRef property As DtsProperty _
) As Object
public Object GetObjectFromPackagePath (
string packagePath,
out DtsProperty property
)
public:
Object^ GetObjectFromPackagePath (
String^ packagePath,
[OutAttribute] DtsProperty^% property
)
public Object GetObjectFromPackagePath (
String packagePath,
/** @attribute OutAttribute() */ /** @ref */ DtsProperty property
)
JScript non supporta il passaggio di argomenti di tipo valore per riferimento.
Parametri
- packagePath
The path to the package.
- property
The object is the property that you want. This is an out parameter.
Valore restituito
An object that contains the information you want.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Package Class
Package Members
Microsoft.SqlServer.Dts.Runtime Namespace