Méthode InitRowDataManipulation
Initializes data structures so that row manipulation is done efficiently. Ne référencez pas directement 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
- parentProperties
Type : System.Collections. . :: . .ArrayList
An ArrayList that specifies the parent properties.
- postProcessList
Type : System.Collections. . :: . .SortedList
A SortedList that specifies the post-process list.