InitSchemaTable-Methode
Creates an empty DataTable that reflects the schema of the retrieved data. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
)
Parameter
- parentProperties
Typ: System.Collections. . :: . .ArrayList
An ArrayList that specifies the parent properties.