Share via


IDTSCustomPropertyCollection100.GetObjectByID(Int32) Método

Definición

Obtiene un objeto IDTSCustomPropertyCollection100 que tiene el identificador especificado.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ GetObjectByID(int lID);
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 GetObjectByID (int lID);
[<System.Runtime.InteropServices.DispId(20)>]
abstract member GetObjectByID : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function GetObjectByID (lID As Integer) As IDTSCustomProperty100

Parámetros

lID
Int32

El identificador de la propiedad personalizada que se va a recuperar de la colección.

Devoluciones

El objeto IDTSCustomProperty100 con el valor ID especificado.

Atributos

Se aplica a