Condividi tramite


IDTSPathCollection100.GetObjectByID(Int32) Metodo

Definizione

Ottiene l'oggetto IDTSPathCollection100 con l'ID specificato.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Public Function GetObjectByID (lID As Integer) As IDTSPath100

Parametri

lID
Int32

ID dell'oggetto IDTSPath100 da recuperare dalla raccolta.

Restituisce

Restituisce l'oggetto IDTSPath100 con l'ID specificato.

Attributi

Si applica a