BasicPropertyAttribute.No Field

Specifies that the property is not "basic".

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Shared ReadOnly No As BasicPropertyAttribute
'使用
Dim value As BasicPropertyAttribute

value = BasicPropertyAttribute.No
public static readonly BasicPropertyAttribute No
public:
static initonly BasicPropertyAttribute^ No
public static final var No : BasicPropertyAttribute

Field Value

Type: Microsoft.VisualStudio.Data.BasicPropertyAttribute

Remarks

Properties that are "basic" are those most commonly used and are typically needed to establish a connection.

Permissions

See Also

Reference

BasicPropertyAttribute Class

BasicPropertyAttribute Members

Microsoft.VisualStudio.Data Namespace

IsBasicProperty