Megosztás:


DataProvider.InitSchemaTable Method

Creates an empty DataTable that reflects the schema of the retrieved data. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub InitSchemaTable ( _
    parentProperties As ArrayList _
)
'Usage
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
)

Parameters

See Also

Reference

DataProvider Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace