共用方式為


DataSourceInformation.CommandParameterSupport 欄位

指定的參數方向支援。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public Const CommandParameterSupport As String
public const string CommandParameterSupport
public:
literal String^ CommandParameterSupport
static val mutable CommandParameterSupport: string
public const var CommandParameterSupport : String

備註

這個屬性的值是表示任何支援的參數方向的位元遮罩 DataParameterDirection 來自列舉型別的整數。

例如,指定 InReturnValue 方向支援,這個屬性的值是整數對等 [DataParameterDirection.In|DataParameterDirection.ReturnValue]。

.NET Framework 安全性

請參閱

參考

DataSourceInformation 類別

Microsoft.VisualStudio.Data.Framework 命名空間