DataSourceInformation.CommandPrepareSupport 字段

指定命令的哪些类型的 Prepare 方法支持。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Const CommandPrepareSupport As String
public const string CommandPrepareSupport
public:
literal String^ CommandPrepareSupport
static val mutable CommandPrepareSupport: string
public const var CommandPrepareSupport : String

备注

此属性的值格式,当逗号分隔的列表表示从 DataCommandType 的枚举列表整数值或其他提供程序特定的数据命令类型。

例如,指定 TextProcedure 支持,此属性的值为1,4。

.NET Framework 安全性

请参见

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data.Framework 命名空间