Поделиться через


Метод InitRowDataManipulation

Initializes data structures so that row manipulation is done efficiently. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Sub InitRowDataManipulation ( _
    parentProperties As ArrayList, _
    postProcessList As SortedList _
)
'Применение
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
)

Параметры