DataConnectionProperties.InitializeSynonyms Method

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

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

Syntax

'宣告
Protected Overridable Sub InitializeSynonyms
protected virtual void InitializeSynonyms()
protected:
virtual void InitializeSynonyms()
abstract InitializeSynonyms : unit -> unit 
override InitializeSynonyms : unit -> unit 
protected function InitializeSynonyms()

Remarks

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

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data.Framework Namespace