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 names representing the set of "basic" properties known by the current DataConnectionProperties instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Function GetBasicProperties As String()
public virtual string[] GetBasicProperties()
public:
virtual array<String^>^ GetBasicProperties()
abstract GetBasicProperties : unit -> string[]
override GetBasicProperties : unit -> string[]
public function GetBasicProperties() : String[]
Return Value
Type: array<System.String[]
Returns the set of "basic" properties associated with the current DataConnectionProperties 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 data 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.