Share via


DataProvider.InitRowDataManipulation メソッド

行の操作を効率的に実行できるようにデータ構造を初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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 名前空間