Classe Urn
Resource name used to identify one or more objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Urn
'Uso
Dim instance As Urn
[SerializableAttribute]
public class Urn
[SerializableAttribute]
public ref class Urn
[<SerializableAttribute>]
type Urn = class end
public class Urn
O tipo Urn expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Urn() | Initializes a new instance of the Urn class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Urn(String) | Initializes a new instance of the Urn class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DomainInstanceName | Gets the domain instance name. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Parent | Gets the Urn without its final segment. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Type | Gets the type of the object identified by the Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Value | Gets or sets the Urn expression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XPathExpression | Gets the XPathExpression object for the Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Compare | Compares two Urn objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Equals | Tests equality between an Urn object and another object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Object.Equals(Object).) | |
EscapeString | An escape string for use in an XPathExpression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Finalize | (Herdado de Object.) | |
Fixed | Tests whether the XPathExpression of the Urn points to only one object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetAttribute(String) | Gets a property value. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetAttribute(String, String) | Gets a property value specified by attributeName and type. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetHashCode | Gets the hash code of an Urn object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Object.GetHashCode().) | |
GetNameForType | Gets the name attribute from filter specified by the type parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
GetType | (Herdado de Object.) | |
IsValidUrn | Verifies whether the passed in string is a valid Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsValidUrnSkeleton | Verifies whether the passed in string is a valid UrnSkeleton object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Converts to string. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Object.ToString().) | |
UnEscapeString | Removes an escape string used in an XPathExpression. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Tests equality between two Urn objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Implicit(String to Urn) | Converts to Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Implicit(Urn to String) | Converts to Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Inequality | Tests inequality between Urn objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.