Urn Members
The Urn object provides programmatic access to Uniform Resource Name (URN) addresses that uniquely identify Microsoft SQL Server objects.
The following tables list the members exposed by the Urn type.
Public Constructors
Name | Description | |
---|---|---|
Urn | Overloaded. Initializes a new instance of the Urn class. |
Nach oben
Public Properties
Name | Description | |
---|---|---|
Parent | Gets the Uniform Resource Name (URN) value of the object that is the parent of the object represented by the referenced Urn object. | |
Type | Gets the type of Urn object. | |
Value | Gets or sets the value of the Urn object. | |
XPathExpression | Gets the XPATH expression that represents the Urn object. |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Compare | ||
Equals | Overloaded. Overridden. | |
EscapeString | Sets the escape String for the Uniform Resource Name (URN) address. | |
Fixed | Determines whether the object is fixed. | |
GetAttribute | Overloaded. Returns the specified attribute value for the Urn object. | |
GetHashCode | Overridden. Returns the hash code for this object. | |
GetNameForType | Returns the name of a Uniform Resource Name (URN) with the specified type. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether two Urn objects are equal by performing an equality operation. | |
op_Implicit | Overloaded. | |
op_Inequality | Determines whether two Urn objects are unequal by performing an inequality operation. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. | |
UnEscapeString | Sets the unescape String for the URN address. |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Nach oben