DataSourceInformation.CommandDeriveSchemaSupport 字段

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

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

语法

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

备注

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

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

.NET Framework 安全性

请参见

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data.Framework 命名空间