SynonymsAttribute(String) Constructor

Definition

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.

Applies to