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(String to Urn) | Converts to Urn. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Implicit(Urn to String) | Converts to Urn. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Inequality | Tests inequality between Urn objects. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。