Compartir a través de


Urn.XPathExpression Property

Gets the XPATH expression that represents the Urn object.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Sintaxis

'Declaración
Public ReadOnly Property XPathExpression As XPathExpression
public XPathExpression XPathExpression { get; }
public:
property XPathExpression^ XPathExpression {
    XPathExpression^ get ();
}
/** @property */
public XPathExpression get_XPathExpression ()
public function get XPathExpression () : XPathExpression

Valor de propiedad

An XPathExpression object value that specifies the XPATH expression for the referenced Urn object.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Script Out the Dependencies for a Database in Visual Basic .NET

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Urn Class
Urn Members
Microsoft.SqlServer.Management.Smo Namespace