Método InitRowDataManipulation
Initializes data structures so that row manipulation is done efficiently. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub InitRowDataManipulation ( _
parentProperties As ArrayList, _
postProcessList As SortedList _
)
'Uso
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
)
Parâmetros
- parentProperties
Tipo: System.Collections. . :: . .ArrayList
An ArrayList that specifies the parent properties.
- postProcessList
Tipo: System.Collections. . :: . .SortedList
A SortedList that specifies the post-process list.