BasicPropertyAttribute Class

Provides a means for indicating whether or not a given connection property is among those most commonly used.

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

Syntax

<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class BasicPropertyAttribute _
    Inherits Attribute

Dim instance As BasicPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class BasicPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class BasicPropertyAttribute sealed : public Attribute
public final class BasicPropertyAttribute extends Attribute

Remarks

The DataConnectionProperties class uses this attribute to provide an implementation of the GetBasicProperties method, which retrieves all connection properties marked as "basic."

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

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Data.BasicPropertyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BasicPropertyAttribute Members

Microsoft.VisualStudio.Data Namespace