SynonymsAttribute.Synonyms Property

Retrieves a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.

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

Syntax

'宣言
Public ReadOnly Property Synonyms As String
'使用
Dim instance As SynonymsAttribute
Dim value As String

value = instance.Synonyms
public string Synonyms { get; }
public:
property String^ Synonyms {
    String^ get ();
}
public function get Synonyms () : String

Property Value

Type: System.String

Returns a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.

Permissions

See Also

Reference

SynonymsAttribute Class

SynonymsAttribute Members

Microsoft.VisualStudio.Data Namespace