SynonymsAttribute Constructor

Initializes a new instance of the SynonymsAttribute class.

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

Syntax

'宣告
Public Sub New ( _
    synonyms As String _
)
public SynonymsAttribute(
    string synonyms
)
public:
SynonymsAttribute(
    String^ synonyms
)
new : 
        synonyms:string -> SynonymsAttribute
public function SynonymsAttribute(
    synonyms : String
)

Parameters

  • synonyms
    Type: System.String
    A comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.

.NET Framework Security

See Also

Reference

SynonymsAttribute Class

Microsoft.VisualStudio.Data.Framework Namespace