Udostępnij przez


Metoda DataProvider.InitRowDataManipulation

Inicjuje struktur danych tak, aby wiersz manipulacji odbywa się skutecznie.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub InitRowDataManipulation ( _
    parentProperties As ArrayList, _
    postProcessList As SortedList _
)
'Użycie
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
)

Parametry