Condividi tramite


Metodo InitSchemaTable

Creates an empty DataTable that reflects the schema of the retrieved data. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Sub InitSchemaTable ( _
    parentProperties As ArrayList _
)
'Utilizzo
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
)

Parametri