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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.