共用方式為


DataSourceInformation.CommandDeriveParametersSupport 欄位

指定哪種命令。 DeriveParameters 方法支援。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.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.Framework 命名空間