Linguaggio

IDTSPathCollection100.GetObjectByID(Int32) Metodo

Definizione

Ottiene l'oggetto IDTSPathCollection100 che ha 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

L'ID del IDTSPath100 da recuperare dalla collezione.

Valori restituiti

Restituisce l'oggetto IDTSPath100 che ha l'ID specificato.

Attributi

Si applica a