DataConnectionProperties.InitializeProperties Method
Initializes the set of natively recognized properties for the current DataConnectionProperties instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.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, 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.