SynonymsAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a set of synonyms for a connection property.
public ref class SynonymsAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SynonymsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SynonymsAttribute = class
inherit Attribute
Public NotInheritable Class SynonymsAttribute
Inherits Attribute
- Inheritance
-
SynonymsAttribute
- Attributes
Constructors
SynonymsAttribute(String) |
Initializes a new instance of the SynonymsAttribute class. |
Properties
Synonyms |
Gets a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached. |