Méthode DataProvider.InitSchemaTable
Creates an empty DataTable that reflects the schema of the retrieved data. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub InitSchemaTable ( _
parentProperties As ArrayList _
)
'Utilisation
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
)
Paramètres
- parentProperties
Type : System.Collections.ArrayList
An ArrayList that specifies the parent properties.