Compartir a través de


XPathExpression.ExpressionSkeleton Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExpressionSkeleton As String 
    Get
'Uso
Dim instance As XPathExpression 
Dim value As String 

value = instance.ExpressionSkeleton
public string ExpressionSkeleton { get; }
public:
property String^ ExpressionSkeleton {
    String^ get ();
}
member ExpressionSkeleton : string
function get ExpressionSkeleton () : String

Valor de la propiedad

Tipo: System.String
The expression stripped of all filters.

Vea también

Referencia

XPathExpression Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc