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 來自列舉型別的整數。
例如,指定 In 和 ReturnValue 方向支援,這個屬性的值是整數對等 [DataParameterDirection.In|DataParameterDirection.ReturnValue]。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。