Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Class constructor. Initializes a new instance of the SynonymsAttribute class.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
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.StringA comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.