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.

Top

Public Properties

  Name Description
ms220597.pubproperty(en-US,SQL.90).gif Parent Gets the Uniform Resource Name (URN) value of the object that is the parent of the object represented by the referenced Urn object.
ms220597.pubproperty(en-US,SQL.90).gif Type Gets the type of Urn object.
ms220597.pubproperty(en-US,SQL.90).gif Value Gets or sets the value of the Urn object.
ms220597.pubproperty(en-US,SQL.90).gif XPathExpression Gets the XPATH expression that represents the Urn object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif Compare  
ms220597.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden.  
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif EscapeString Sets the escape String for the Uniform Resource Name (URN) address.
ms220597.pubmethod(en-US,SQL.90).gif Fixed Determines whether the object is fixed.
ms220597.pubmethod(en-US,SQL.90).gif GetAttribute Overloaded. Returns the specified attribute value for the Urn object.
ms220597.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Returns the hash code for this object.
ms220597.pubmethod(en-US,SQL.90).gif GetNameForType Returns the name of a Uniform Resource Name (URN) with the specified type.
ms220597.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif op_Equality Determines whether two Urn objects are equal by performing an equality operation.
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif op_Implicit Overloaded.  
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif op_Inequality Determines whether two Urn objects are unequal by performing an inequality operation.
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220597.pubmethod(en-US,SQL.90).gif ToString Overridden.  
ms220597.pubmethod(en-US,SQL.90).gifms220597.static(en-US,SQL.90).gif UnEscapeString Sets the unescape String for the URN address.

Top

Protected Methods

  Name Description
ms220597.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms220597.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Urn Class
Microsoft.SqlServer.Management.Smo Namespace