Urn Class
Resource name used to identify one or more objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
'Declaration
<SerializableAttribute> _
Public Class Urn
'Usage
Dim instance As Urn
[SerializableAttribute]
public class Urn
[SerializableAttribute]
public ref class Urn
[<SerializableAttribute>]
type Urn = class end
public class Urn
The Urn type exposes the following members.
Name | Description | |
---|---|---|
Urn() | Initializes a new instance of the Urn class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Urn(String) | Initializes a new instance of the Urn class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Name | Description | |
---|---|---|
DomainInstanceName | Gets the domain instance name. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Parent | Gets the Urn without its final segment. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Type | Gets the type of the object identified by the Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Value | Gets or sets the Urn expression. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
XPathExpression | Gets the XPathExpression object for the Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Name | Description | |
---|---|---|
Compare | Compares two Urn objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | Tests equality between an Urn object and another object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.Equals(Object).) | |
EscapeString | An escape string for use in an XPathExpression. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Finalize | (Inherited from Object.) | |
Fixed | Tests whether the XPathExpression of the Urn points to only one object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetAttribute(String) | Gets a property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetAttribute(String, String) | Gets a property value specified by attributeName and type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | Gets the hash code of an Urn object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().) | |
GetNameForType | Gets the name attribute from filter specified by the type parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetType | (Inherited from Object.) | |
IsValidUrn | Verifies whether the passed in string is a valid Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsValidUrnSkeleton | Verifies whether the passed in string is a valid UrnSkeleton object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts to string. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().) | |
UnEscapeString | Removes an escape string used in an XPathExpression. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Name | Description | |
---|---|---|
Equality | Tests equality between two Urn objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Implicit(String to Urn) | Converts to Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Implicit(Urn to String) | Converts to Urn. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Inequality | Tests inequality between Urn objects. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.