InitRowDataManipulation-Methode
Initializes data structures so that row manipulation is done efficiently. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub InitRowDataManipulation ( _
parentProperties As ArrayList, _
postProcessList As SortedList _
)
'Usage
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
)
Parameter
- parentProperties
Typ: System.Collections. . :: . .ArrayList
An ArrayList that specifies the parent properties.
- postProcessList
Typ: System.Collections. . :: . .SortedList
A SortedList that specifies the post-process list.