Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
protected virtual void InitializeProperties()
protected:
virtual void InitializeProperties()
abstract InitializeProperties : unit -> unit
override InitializeProperties : unit -> unit
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.