DataConnectionProperties.InitializeSynonyms Method

Initializes the set of synonyms available for each natively recognized property in the current DataConnectionProperties instance.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overridable Sub InitializeSynonyms
'使用

Me.InitializeSynonyms()
protected virtual void InitializeSynonyms()
protected:
virtual void InitializeSynonyms()
protected function InitializeSynonyms()

Remarks

The base implementation of this method retrieves the current set of natively recognized properties by calling the GetProperties method; then, for each it looks for the Synonyms attribute. Where synonyms are detected, it retrieves the list of synonyms and calls the SetSynonyms method to set the synonyms for the property.

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data Namespace