次の方法で共有


InitSchemaTable メソッド

取得したデータのスキーマを反映した空の DataTable を作成します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub InitSchemaTable ( _
    parentProperties As ArrayList _
)
'使用
Dim instance As DataProvider
Dim parentProperties As ArrayList

instance.InitSchemaTable(parentProperties)
public void InitSchemaTable(
    ArrayList parentProperties
)
public:
void InitSchemaTable(
    ArrayList^ parentProperties
)
member InitSchemaTable : 
        parentProperties:ArrayList -> unit 
public function InitSchemaTable(
    parentProperties : ArrayList
)

パラメーター