Classe Urn
Resource name used to identify one or more objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class Urn
'Utilizzo
Dim instance As Urn
[SerializableAttribute]
public class Urn
[SerializableAttribute]
public ref class Urn
[<SerializableAttribute>]
type Urn = class end
public class Urn
Nel tipo Urn sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Urn() | Initializes a new instance of the Urn class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Urn(String) | Initializes a new instance of the Urn class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DomainInstanceName | Gets the domain instance name. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Parent | Gets the Urn without its final segment. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Type | Gets the type of the object identified by the Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Value | Gets or sets the Urn expression. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
XPathExpression | Gets the XPathExpression object for the Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Compare | Compares two Urn objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Equals | Tests equality between an Urn object and another object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object.Equals(Object). | |
EscapeString | An escape string for use in an XPathExpression. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Finalize | Ereditato da Object. | |
Fixed | Tests whether the XPathExpression of the Urn points to only one object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
GetAttribute(String) | Gets a property value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
GetAttribute(String, String) | Gets a property value specified by attributeName and type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
GetHashCode | Gets the hash code of an Urn object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object.GetHashCode(). | |
GetNameForType | Gets the name attribute from filter specified by the type parameter. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
GetType | Ereditato da Object. | |
IsValidUrn | Verifies whether the passed in string is a valid Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
IsValidUrnSkeleton | Verifies whether the passed in string is a valid UrnSkeleton object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Converts to string. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object.ToString(). | |
UnEscapeString | Removes an escape string used in an XPathExpression. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
Equality | Tests equality between two Urn objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Implicit(String to Urn) | Converts to Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Implicit(Urn to String) | Converts to Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
Inequality | Tests inequality between Urn objects. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.