Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
)
Параметры
- parentProperties
Тип: System.Collections.ArrayList
An ArrayList that specifies the parent properties.
- postProcessList
Тип: System.Collections.SortedList
A SortedList that specifies the post-process list.