共用方式為


AdoDotNetParameter.HasDescriptor 屬性

取得表示資料參數是否通過 Descriptor 屬性公開其 IVsDataParameterDescriptor 實作。

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

語法

'宣告
Protected Overrides ReadOnly Property HasDescriptor As Boolean
protected override bool HasDescriptor { get; }
protected:
virtual property bool HasDescriptor {
    bool get () override;
}
abstract HasDescriptor : bool
override HasDescriptor : bool
override function get HasDescriptor () : boolean

屬性值

型別:System.Boolean
true 資料,則參數會描述項資訊;否則, false。

備註

預設實作會傳回 true。覆寫以提供自訂實作。

.NET Framework 安全性

請參閱

參考

AdoDotNetParameter 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間