Share via


DataConnectionProperties.InitializeProperties Method

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

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace