SynonymsAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SynonymsAttribute class.
public:
SynonymsAttribute(System::String ^ synonyms);
public SynonymsAttribute (string synonyms);
new Microsoft.VisualStudio.Data.Framework.SynonymsAttribute : string -> Microsoft.VisualStudio.Data.Framework.SynonymsAttribute
Public Sub New (synonyms As String)
Parameters
- synonyms
- String
A comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.