IDTSInput100.SuggestNameBasedLineageIDMappings(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.
Suggère les mappages d'un identificateur de lignage basés sur le nom.
public:
void SuggestNameBasedLineageIDMappings([Runtime::InteropServices::Out] cli::array <int> ^ % ppsaOldIDs, [Runtime::InteropServices::Out] cli::array <int> ^ % ppsaNewIDs);
[System.Runtime.InteropServices.DispId(120)]
public void SuggestNameBasedLineageIDMappings (out int[] ppsaOldIDs, out int[] ppsaNewIDs);
[<System.Runtime.InteropServices.DispId(120)>]
abstract member SuggestNameBasedLineageIDMappings : Int32[] * Int32[] -> unit
Public Sub SuggestNameBasedLineageIDMappings (ByRef ppsaOldIDs As Integer(), ByRef ppsaNewIDs As Integer())
Paramètres
- ppsaOldIDs
- Int32[]
Collection d'anciens identificateurs.
- ppsaNewIDs
- Int32[]
Collection de nouveaux identificateurs.
- Attributs