共用方式為


BasicPropertyAttribute.IsBasicProperty 屬性

擷取布林值表示屬性是否為「基本」。

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

語法

'宣告
Public ReadOnly Property IsBasicProperty As Boolean
public bool IsBasicProperty { get; }
public:
property bool IsBasicProperty {
    bool get ();
}
member IsBasicProperty : bool
function get IsBasicProperty () : boolean

屬性值

型別:System.Boolean
如果屬性設定為「基本」,則會傳回 true ;否則會傳回 false。預設值為 false。

備註

為「基本」的屬性是最常用的是通常需要的建立連接。

.NET Framework 安全性

請參閱

參考

BasicPropertyAttribute 類別

Microsoft.VisualStudio.Data 命名空間