Partager via


Classe Urn

Resource name used to identify one or more objects. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.Urn

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Urn
'Utilisation
Dim instance As Urn
[SerializableAttribute]
public class Urn
[SerializableAttribute]
public ref class Urn
[<SerializableAttribute>]
type Urn =  class end
public class Urn

Le type Urn expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Urn() Initializes a new instance of the Urn class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Urn(String) Initializes a new instance of the Urn class. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété publique DomainInstanceName Gets the domain instance name. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Parent Gets the Urn without its final segment. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Type Gets the type of the object identified by the Urn. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique Value Gets or sets the Urn expression. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique XPathExpression Gets the XPathExpression object for the Urn. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Méthodes

  Nom Description
Méthode publiqueMembre statique Compare Compares two Urn objects. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Equals Tests equality between an Urn object and another object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace Object.Equals(Object).)
Méthode publiqueMembre statique EscapeString An escape string for use in an XPathExpression. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée Finalize (hérité de Object.)
Méthode publique Fixed Tests whether the XPathExpression of the Urn points to only one object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetAttribute(String) Gets a property value. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetAttribute(String, String) Gets a property value specified by attributeName and type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetHashCode Gets the hash code of an Urn object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace Object.GetHashCode().)
Méthode publique GetNameForType Gets the name attribute from filter specified by the type parameter. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique GetType (hérité de Object.)
Méthode publique IsValidUrn Verifies whether the passed in string is a valid Urn. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique IsValidUrnSkeleton Verifies whether the passed in string is a valid UrnSkeleton object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Converts to string. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace Object.ToString().)
Méthode publiqueMembre statique UnEscapeString Removes an escape string used in an XPathExpression. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Tests equality between two Urn objects. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Opérateur publicMembre statique Implicit(String to Urn) Converts to Urn. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Opérateur publicMembre statique Implicit(Urn to String) Converts to Urn. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Opérateur publicMembre statique Inequality Tests inequality between Urn objects. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc