Partager via


Méthode InitSchemaTable

Creates an empty DataTable that reflects the schema of the retrieved data. Ne référencez pas directement 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