Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetConnectionProperties Class