Metodo GetObjectByID
Retrieves an IDTSOutput100 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 IDTSOutput100
'Utilizzo
Dim instance As IDTSOutputCollection100
Dim lID As Integer
Dim returnValue As IDTSOutput100
returnValue = instance.GetObjectByID(lID)
IDTSOutput100 GetObjectByID(
int lID
)
IDTSOutput100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSOutput100
function GetObjectByID(
lID : int
) : IDTSOutput100
Parametri
- lID
Tipo: System. . :: . .Int32
The ID of the output to retrieve from the collection.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSOutput100
The IDTSInput100 object that has the specified ID.
Osservazioni
If an output with the specified ID is not found in the collection, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTNOTFOUND exception is thrown.