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 _
)
'使用
Dim synonyms As String

Dim instance As New SynonymsAttribute(synonyms)
public SynonymsAttribute(
    string synonyms
)
public:
SynonymsAttribute(
    String^ synonyms
)
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.

Permissions

See Also

Reference

SynonymsAttribute Class

SynonymsAttribute Members

Microsoft.VisualStudio.Data.Framework Namespace