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
)
參數
- parentProperties
型別:System.Collections.ArrayList
An ArrayList that specifies the parent properties.