IDTSBufferManager100.RegisterLineageIDs(Int32, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Enregistre l’objet spécifié IDTSBuffer100 .
public:
void RegisterLineageIDs(int hBufferType, int cCols, int % lLineageIDs);
[System.Runtime.InteropServices.DispId(103)]
public void RegisterLineageIDs(int hBufferType, int cCols, ref int lLineageIDs);
[<System.Runtime.InteropServices.DispId(103)>]
abstract member RegisterLineageIDs : int * int * int -> unit
Public Sub RegisterLineageIDs (hBufferType As Integer, cCols As Integer, ByRef lLineageIDs As Integer)
Paramètres
- hBufferType
- Int32
L’ID du tampon enregistré.
- cCols
- Int32
Un tableau de DataColumn enfant dans la contrainte.
- lLineageIDs
- Int32
L’identifiant de lignée d’une colonne de sortie en amont.
- Attributs