GetObjectByID méthode
Retrieves an IDTSOutput100 object that has the specified ID.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function GetObjectByID ( _
lID As Integer _
) As IDTSOutput100
'Utilisation
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
Paramètres
- lID
Type : System. . :: . .Int32
The ID of the output to retrieve from the collection.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSOutput100
The IDTSInput100 object that has the specified ID.
Notes
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.