IDTSInputCollection100.GetObjectByID(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un oggetto IDTSInput100 da una raccolta IDTSInputCollection100.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function GetObjectByID (lID As Integer) As IDTSInput100
Parametri
- lID
- Int32
ID dell'oggetto IDTSInput100 da recuperare dalla raccolta IDTSInputCollection100.
Restituisce
Oggetto IDTSInput100 con l'ID specificato dal parametro InputID
.
- Attributi
Commenti
Il GetObjectByID metodo recupera l'oggetto di input con l'ID corrispondente al InputID
parametro . Se un input non esiste con questo ID, si verifica un'eccezione Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_OBJECTIDNOTFOUND.