Método DataProvider.InitSchemaTable
Creates an empty DataTable that reflects the schema of the retrieved data. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub InitSchemaTable ( _
parentProperties As ArrayList _
)
'Uso
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
)
Parâmetros
- parentProperties
Tipo: System.Collections.ArrayList
An ArrayList that specifies the parent properties.