Urn 类

Resource name used to identify one or more objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc..::..Urn

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
<SerializableAttribute> _
Public Class Urn
用法
Dim instance As Urn
[SerializableAttribute]
public class Urn
[SerializableAttribute]
public ref class Urn
[<SerializableAttribute>]
type Urn =  class end
public class Urn

Urn 类型公开以下成员。

构造函数

  名称 说明
公共方法 Urn() () () () Initializes a new instance of the Urn class. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Urn(String) Initializes a new instance of the Urn class. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

属性

  名称 说明
公共属性 DomainInstanceName Gets the domain instance name. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Parent Gets the Urn without its final segment. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Type Gets the type of the object identified by the Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 Value Gets or sets the Urn expression. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共属性 XPathExpression Gets the XPathExpression object for the Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

方法

  名称 说明
公共方法静态成员 Compare Compares two Urn objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 Equals Tests equality between an Urn object and another object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object. . :: . .Equals(Object)。)
公共方法静态成员 EscapeString An escape string for use in an XPathExpression. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
受保护方法 Finalize (从 Object 继承。)
公共方法 Fixed Tests whether the XPathExpression of the Urn points to only one object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetAttribute(String) Gets a property value. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetAttribute(String, String) Gets a property value specified by attributeName and type. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetHashCode Gets the hash code of an Urn object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetNameForType Gets the name attribute from filter specified by the type parameter. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 GetType (从 Object 继承。)
公共方法 IsValidUrn Verifies whether the passed in string is a valid Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 IsValidUrnSkeleton Verifies whether the passed in string is a valid UrnSkeleton object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Converts to string. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 (覆盖 Object. . :: . .ToString() () () ()。)
公共方法静态成员 UnEscapeString Removes an escape string used in an XPathExpression. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

运算符

  名称 说明
公共运算符静态成员 Equality Tests equality between two Urn objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共运算符静态成员 Implicit Widening Implicit Implicit Implicit(String to Urn) Converts to Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共运算符静态成员 Implicit Widening Implicit Implicit Implicit(Urn to String) Converts to Urn. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共运算符静态成员 Inequality Tests inequality between Urn objects. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。