Metoda InitSchemaTable
Tworzy pusty element DataTable odzwierciedla schematu pobrane dane. Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Sub InitSchemaTable ( _
parentProperties As ArrayList _
)
'Użycie
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
)
Parameters
- parentProperties
Typ: System.Collections. . :: . .ArrayList
ArrayList , Który określa właściwości nadrzędny.