Partager via


Méthode DataProvider.InitRowDataManipulation

Initializes data structures so that row manipulation is done efficiently. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub InitRowDataManipulation ( _
    parentProperties As ArrayList, _
    postProcessList As SortedList _
)
'Utilisation
Dim instance As DataProvider 
Dim parentProperties As ArrayList 
Dim postProcessList As SortedList

instance.InitRowDataManipulation(parentProperties, _
    postProcessList)
public void InitRowDataManipulation(
    ArrayList parentProperties,
    SortedList postProcessList
)
public:
void InitRowDataManipulation(
    ArrayList^ parentProperties, 
    SortedList^ postProcessList
)
member InitRowDataManipulation : 
        parentProperties:ArrayList * 
        postProcessList:SortedList -> unit
public function InitRowDataManipulation(
    parentProperties : ArrayList, 
    postProcessList : SortedList
)

Paramètres

Voir aussi

Référence

DataProvider Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc