Partager via


Propriété XPathExpression.ExpressionSkeleton

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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

Syntaxe

'Déclaration
Public ReadOnly Property ExpressionSkeleton As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

XPathExpression Classe

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