Metodo IDTSPathCollection100.GetObjectByID

Gets the IDTSPathCollection100 object that has the specified ID.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Function GetObjectByID ( _
    lID As Integer _
) As IDTSPath100
'Utilizzo
Dim instance As IDTSPathCollection100 
Dim lID As Integer 
Dim returnValue As IDTSPath100 

returnValue = instance.GetObjectByID(lID)
IDTSPath100 GetObjectByID(
    int lID
)
IDTSPath100^ GetObjectByID(
    [InAttribute] int lID
)
abstract GetObjectByID : 
        lID:int -> IDTSPath100
function GetObjectByID(
    lID : int
) : IDTSPath100

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
Returns the IDTSPath100 object that has the specified ID.

Vedere anche

Riferimento

IDTSPathCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper