Share via


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。