Compartir a través de


DataProvider.InitRowDataManipulation Método

Initializes data structures so that row manipulation is done efficiently. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

DataProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc