DbProviderServices.CreateDbCommandDefinition 方法

定義

建立指定之提供者資訊清單和命令樹的命令定義物件。

protected:
 abstract System::Data::Common::DbCommandDefinition ^ CreateDbCommandDefinition(System::Data::Common::DbProviderManifest ^ providerManifest, System::Data::Common::CommandTrees::DbCommandTree ^ commandTree);
protected abstract System.Data.Common.DbCommandDefinition CreateDbCommandDefinition (System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree);
abstract member CreateDbCommandDefinition : System.Data.Common.DbProviderManifest * System.Data.Common.CommandTrees.DbCommandTree -> System.Data.Common.DbCommandDefinition
Protected MustOverride Function CreateDbCommandDefinition (providerManifest As DbProviderManifest, commandTree As DbCommandTree) As DbCommandDefinition

參數

providerManifest
DbProviderManifest

先前從存放區提供者擷取的提供者資訊清單。

commandTree
DbCommandTree

陳述式的命令樹。

傳回

可執行的命令定義物件。

適用於