Share via


AdoDotNetConnectionProperties.GetBasicProperties Method

Retrieves an array of property name values representing the set of "basic" properties recognizable by the current AdoDotNetConnectionProperties class instance.

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

Syntax

'Declaration
Public Overrides Function GetBasicProperties As String()
public override string[] GetBasicProperties()
public:
virtual array<String^>^ GetBasicProperties() override
abstract GetBasicProperties : unit -> string[] 
override GetBasicProperties : unit -> string[] 
public override function GetBasicProperties() : String[]

Return Value

Type: array<System.String[]
Returns the set of "basic" properties associated with the current AdoDotNetConnectionProperties instance.

Remarks

A "basic" property is a property considered to be a fundamental requirement, or one most often set. An example would be a server name property for a DDEX Provider that only connects to remote machines.

The base implementation examines all the known properties for those that have their IsBasicProperty attribute set to true.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace

GetBasicProperties