DataProvider.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
)

参数

请参阅

参考

DataProvider 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间