共用方式為


DataProvider.InitSchemaTable 方法

Creates an empty DataTable that reflects the schema of the retrieved data. 不要直接在程式碼中參照此成員。其支援 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
)

參數

請參閱

參考

DataProvider 類別

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