Partager via


IDTSCustomPropertyCollection100.GetObjectByID(Int32) Méthode

Définition

Obtient un objet IDTSCustomPropertyCollection100 associé à l'ID spécifié.

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

Paramètres

lID
Int32

ID de la propriété personnalisée à extraire de la collection.

Retours

Objet IDTSCustomProperty100 associé à la valeur ID spécifiée.

Attributs

S’applique à