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
'Declaration
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
- 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.