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.
Provides a comma-delimited list of connection property names that are synonymous with a primary connection property name.
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) |
Class constructor. Initializes a new instance of the SynonymsAttribute class. |
Properties
Synonyms |
Retrieves a comma-delimited list of connection property names that are synonymous with the connection property to which this attribute is attached. |
Methods
Equals(Object) |
Returns a value indicating whether this object instance is equal to a specified object. |
GetHashCode() |
Retrieves the hash code for the current object instance. |