Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes the set of natively recognized properties for the current DataConnectionProperties instance.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub InitializeProperties
'Usage
Me.InitializeProperties()
protected virtual void InitializeProperties()
protected:
virtual void InitializeProperties()
protected function InitializeProperties()
Remarks
The base implementation of this method uses the GetProperties method to discover the properties exposed by the class, and then adds each property with a call to the AddProperty method.
.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
DataConnectionProperties Class