DataSourceInformation.CommandDeriveParametersSupport 字段

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

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

语法

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

备注

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

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

.NET Framework 安全性

请参见

参考

DataSourceInformation 类

Microsoft.VisualStudio.Data 命名空间