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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。