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
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; 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.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

Microsoft.VisualStudio.Data Namespace